{% load i18n %} {% blocktrans %}Please click on the confirmation button below. In case it doesn't work you might need to copy the URL on next line into the browser address bar to proceed.{% endblocktrans %}

{{ current_site_url }}{{ url }}

{% blocktrans count count=validity %}The confirmation URL will expire after {{ count }} hour.{% plural %}The confirmation URL will expire after {{ count }} hours.{% endblocktrans %} {% if action == "invite" %} {% blocktrans %}In case the confirmation URL is expired, you can use password reset feature to gain access to your account.{% endblocktrans %} {% endif %}

{% if action == "reset" %} {% trans "Confirm password reset" %} {% elif action == "remove" %} {% trans "Confirm account removal" %} {% else %} {% trans "Confirm registration" %} {% endif %}

{% blocktrans %}If there is a problem with your registration, please contact us.{% endblocktrans %}