{% spaceless %} {% load events_registrations %}

Hello {{ contributingauthor.author }}!

This is to inform you that you have been added as {% if contributingauthor.is_presenter %}presenting {% else %}co-{%endif%}author for the following submission in the {{ contributingauthor.contribution.event }}: {{ contributingauthor.contribution }}

If you think that this has been a mistake, please contact the submitter of this contribution: {% if contributingauthor.contribution.submitter.communitymember %} {{ contributingauthor.contribution.submitter }} {% else %} {{ contributingauthor.contribution.submitter }} {% endif %}

{% if contributingauthor.contribution.event.registration_possible and not contributingauthor.author.member|is_registered:contributingauthor.contribution.event %}

{% url "events:registrations:registration-create" contributingauthor.contribution.event.slug as registration_url %} If you plan to attend the {{ contributingauthor.contribution.event }}, please do register at {{ root_url }}{{ registration_url }}

{% endif %}

Please view/update your submission at the following url: {{ root_url }}{{ contributingauthor.contribution.get_absolute_url }}. You can view/update all your submissions to the {{ contributingauthor.contribution.event }} at {% url 'events:programme:contribution-list' contributingauthor.contribution.event.slug as contribution_list %} {{ root_url }}{{ contribution_list }}?user={{ contributingauthor.author.member.pk }}.

If you wish to withdraw this submission, please contact the website administrators.

Best,
Your organizers of the {{ contributingauthor.contribution.event }}

{% endspaceless %}