{% macro get_subject() -%}
{% trans %}Please register{% endtrans %}
{%- endmacro %}
{% macro get_html_body() -%}
{% trans %}Dear {first_name},{% endtrans %}
{% trans strong=''|safe, endstrong=''|safe %}You have been added with some submission privileges to the event {{ strong }}{event_title}{{ endstrong }}.{% endtrans %}
{% trans %}To use those privileges, you need to create a new Indico profile.{% endtrans %}
{% trans %}You can do so at the following URL:{% endtrans %}
{register_link}
{% trans strong=''|safe, endstrong=''|safe %}When creating the profile, please make sure to use the email address {{ strong }}{email}{{ endstrong }}.{% endtrans %}
{% trans strong=''|safe, endstrong=''|safe %}If you already have an Indico profile, simply add the email address {{ strong }}{email}{{ endstrong }} to your profile.{% endtrans %}
{% trans %}Best regards{% endtrans %}
{{ session.user.full_name }}
{%- endmacro %}