{% extends "hidp/base_email.html" %} {% load i18n %} {% block content %}

{% blocktranslate trimmed %} You're receiving this email because you created an account with this email address. Please go to the following page and verify your email address: {% endblocktranslate %}

{{ verification_url }}

{% translate 'If you did not attempt to sign up, you can safely ignore this email.' %}

{% endblock %}