{% extends 'account/base.html' %} {% load i18n %} {% load static %} {% block title %}{% trans "New account" %}{% endblock %} {% block navbar %}{% endblock %} {% block app_body %}
{% blocktrans with title=title %} Your request “{{ title }}” will only be sent to the public body, when you confirm your email address. {% endblocktrans %}
{% endif %}{% trans "Please go to your email account and click the confirmation link." %}
{% endif %} {% if title %}{% trans "If you do not confirm your email address, we cannot send your request." %}
{% endif %}