{#{{ dump(data.eventContacts) }}#}
Event Organisers
Add Organisers
{# Click on the checkbox to select/deselect an item.#} {% for i in ['thead', 'tfoot'] %} <{{ i }}> {% endfor %} {% if data.eventContacts|length >0 %} {% for user in data.eventContacts %} {% endfor %} {% endif %}
Name To be Contacted for Action
{{ user.sname | upper ~ ' ' ~ user.fname }}
{# do no remove this input, will break the table #}
{#{% else %}#} {#There is no expert awaiting approval.#}
{#{{ dump(data.eventStaff) }}#}
Event Staff
Add Staff
{% for i in ['thead', 'tfoot'] %} <{{ i }}> {% endfor %} {% if data.eventStaff|length >0 %} {% for user in data.eventStaff %} {% endfor %} {% endif %}
Name Action
{{ user.sname | upper ~ ' ' ~ user.fname }}
Event Participants
Participant Options Add Participants
{% for i in ['thead', 'tfoot'] %} <{{ i }}> {% endfor %} {% if data.participants|length >0 %} {% for user in data.participants %} {% endfor %} {% endif %}
Name Role Comments Status Country Action
{{ user.sname | upper ~ ' ' ~ user.fname }} {% if data.participantRoles is not null %} {% endif %}
{% if user.accommodation != "" %} {% else %} {% endif %}
{{ user.country }}
{% if data.event.emailPeople is defined and data.event.emailPeople == 1 %} NB: Emails will be sent to any participants you add as soon as you save this event {% endif %} {% if(data.event.idEvent is defined) %} {% endif %}
{# @todo : this looks strange to me, no idea what the end of the file does exactly #} {##}