{% extends "authentic2/base-page.html" %} {% load i18n %} {% block title %} {% trans "Registration" %} {% endblock %} {% block extra-body-class %}{{ block.super }} registration-page{% endblock %} {% block placeholder-content %} {% include "authentic2/service_info_fragment.html" %} {% block registration-pre %}{% endblock %}
{% block registration-top %}{% endblock %} {% block registration-other-methods %} {% for id, block in frontends.items %} {% if id == "password" %}
{{ block.content|safe }} {% else %}

{{ block.name }}

{{ block.content|safe }}
{% endif %}
{% endfor %} {% endblock %} {% block registration-bottom %}{% endblock %}
{% block registration-post %}{% endblock %} {% endblock %}