{% trans salut=current_userprofile.full_name or user.email %} Dear {{ salut }}! {% endtrans %}

{{ _('To help you get started, here are some useful links:') }}

{{ _('TU Graz Repository') }}
{{ _('Reference Guide') }}
{{ _('Terms and Conditions') }}

{% if security.confirmable %}

{{ _('You can confirm your email through the link below:') }}

{{ _('Confirm my account') }}

{% endif %}

{{ _('Best regards') }}
{{ _('TU Graz Repository Team') }}