{% extends "base.html" %}{% load aurora formset itrans l10n static %} {% block meta %} {% endblock meta %} {% block cache %}{% endblock %} {% block head %} {% if registration %} {% endif %} {{ media }} {% endblock head %} {% block header %} {{ block.super }}
Loading...
{% if registration.locales|length > 1 %}
{% include "i18n/_select_language.html" with languages=registration.languages %}
{% endif %} {% if user.is_authenticated and registration.protected %}
logout
{% endif %}
{# {% endif %} #} {% endblock header %} {% block body %} {% include "smart/_form.html" %} {% endblock body %} {% block footer %} {# {% if registration.locales|length >= 1 %} #} {# #} {# {% endif %} #} {# {% if can_translate %}#} {# #} {# #} {# {% endif %}#} {# #} {% if registration.advanced.smart.wizard %}{% endif %} {# #} {% if registration.client_validation %} {% endif %} {{ registration.media }} {% endblock footer %}