Tasks
Approve Experts {% if data.expertApprovals|default and data.expertApprovals|length > 0 %} {{ data.expertApprovals|length }} {% else %} All Done !!! {% endif %}
{% if data.expertApprovals|default and data.expertApprovals|length > 0 %}
Click on the checkbox to select/deselect an item.
{% for i in ['thead', 'tfoot'] %}
<{{ i }}>
{% else %}
There is no expert awaiting approval.
{% endif %}
Select | ID | Name | Position | Country | Date | Action | ||
---|---|---|---|---|---|---|---|---|
{{ user.idInd }} | {{ user.fname ~ ' ' ~ user.sname }} | {% if user.jobtitle|length > 20 %} {{ user.jobtitle| truncate(20) }} {% else %} {{ user.jobtitle}} {% endif %} | {{ user.email1 }} | {{ user.country }} | {{ user.fDateEnt|date('Y-m-d') }} |
|
0
Approve selected
0
Delete selected
Approve Institutions {% if data.instituteApprovals|default and data.instituteApprovals|length > 0 %} {{ data.instituteApprovals|length }} {% else %} All Done !!! {% endif %}
{% if data.instituteApprovals|default and data.instituteApprovals|length > 0 %}
Click on the checkbox to select/deselect an item.
{% for i in ['thead', 'tfoot'] %}
<{{ i }}>
{% else %}
There is no institution awaiting approval.
{% endif %}
Select | ID | Inst. Name | Address | Country | Date | Action | ||
---|---|---|---|---|---|---|---|---|
{{ inst.idInst }} |
{##}
{{ inst.instName}} {% if inst.acronym != "" %} ({{ inst.acronym }}){% endif %}
{##}
{{ inst.insttypeName }} |
{% if inst.instAddress !="" %}{{ inst.instAddress }} {% endif %} {% if inst.addr2 !="" %}{{ inst.addr2 }} {% endif %} {% if inst.city !="" %}{{ inst.city }}{% endif %} {% if inst.state !="" %}{{ inst.state }} {% endif %} {% if inst.postcode !="" %}{{ inst.postcode }}{% endif %} |
{{ inst.country }} | {{ inst.instEmail }} | {{ inst.fDateEntered|date('Y-m-d') }} |
|
0
Approve selected
0
Disapprove selected
Approve Events {% if data.eventApprovals|default and data.eventApprovals|length > 0 %} {{ data.eventApprovals|length }} {% else %} All Done !!! {% endif %}
{% if data.eventApprovals|default and data.eventApprovals|length > 0 %}
Click on the checkbox to select/deselect an item.
{% for i in ['thead', 'tfoot'] %}
<{{ i }}>
{% else %}
There is no event awaiting approval.
{% endif %}
Select | ID | Title | Address | Country | Date | Action | |
---|---|---|---|---|---|---|---|
{{ event.idEvent }} |
{{ event.title}}
{% if event.summary != "" %} {{ event.summary |striptags|slice(0, 50) |raw }} {{ event.summary|length > 300 ? '...' : ''}} {% endif %} {% if event.startOn|date("m") != event.endOn|date("m") %} {% if event.startOn|date("Y") != event.endOn|date("Y") %} {{ event.startOn|date("d F Y") ~ ' - ' ~ event.endOn|date("d F Y") }} {% else %} {{ event.startOn|date("d F") ~ ' - ' ~ event.endOn|date("d F Y") }} {% endif %} {% elseif event.startOn == event.endOn %} {{ event.startOn | date("d F Y") }} {% else %} {{ event.startOn | date("d") ~ ' - ' ~ event.endOn | date("d F Y") }} {% endif %} |
{% if event.addr is defined and event.addr !="" %}{{ event.addr| raw }}{% endif %} | {{ event.country }} | {{ event.createdAt|date('Y-m-d') }} |
|
0
Approve selected
0
Disapprove selected
Approve Documents {% if data.documentApprovals|default and data.documentApprovals|length > 0 %} {{ data.documentApprovals|length }} {% else %} All Done !!! {% endif %}
{% if data.documentApprovals|default and data.documentApprovals|length > 0 %}
Click on the checkbox to select/deselect an item.
{% for i in ['thead', 'tfoot'] %}
<{{ i }}>
{% else %}
There is no document awaiting approval.
{% endif %}
Select | ID | Title | Date | Action | |
---|---|---|---|---|---|
{{ document.idDoc }} |
{{ document.title}}
{% if document.summary != "" %} {{ document.summary |striptags|slice(0, 50) |raw }} {{ document.summary|length > 300 ? '...' : ''}} {% endif %} |
{{ document.createdAt|date('Y-m-d') }} |
|
0
Approve selected
0
Disapprove selected
Approve Projects {% if data.projectApprovals|default and data.projectApprovals|length > 0 %} {{ data.projectApprovals|length }} {% else %} All Done !!! {% endif %}
{% if data.projectApprovals|default and data.projectApprovals|length > 0 %}
Click on the checkbox to select/deselect an item.
{% for i in ['thead', 'tfoot'] %}
<{{ i }}>
{% else %}
There is no projects awaiting approval.
{% endif %}
Select | GEF ID | Project Name | Status | Date | Action | |
---|---|---|---|---|---|---|
{{ project.idGef }} |
{% if project.title != "" %} {{ project.title|truncate(120) }}{% endif %}
|
{{ project.projectStatus }} | {{ project.addedOn|date('Y-m-d') }} |
|
0
Approve selected
0
Delete selected