{% if data.is_present == 1 or data.is_present == '1' %}
Thank you for your scientific contribution @ IAGES 2023, @ {{ sessionData.session_name or '' }} - {{ sessionData.start_date.strftime('%d/%m/%Y %H:%M ') }}. You can download your scientific certificate of this session by
{% if data.email or data.mobile %}
{% set encode = data.email or data.mobile %}
{{ encode }}
clicking here.
{% else %}
clicking here.
{% endif %}
{% else %}
We notice that you could not make it during the session - {{ sessionData.session_name or '' }} - {{ sessionData.start_date.strftime('%d/%m/%Y %H:%M ') }}.
Looking forward for your scientific participation in future.
{% endif %}
|