{% load i18n %}


{% blocktrans %}
Please click here to activate your account: {{ site_url }}/accounts/activate/{{ activation_key }}/. There are {{ expiration_days  }} days left to do it.
{% endblocktrans %}
{% if event_url %}
{% blocktrans %}
To get back to your event, click here: {{ site_url }}{{ event_url }}
{% endblocktrans %}
{% endif %}