{% 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 %}If there is a problem with your registration, please contact us.{% endblocktrans %}

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