{% extends "allauth_ens/base.html" %} {% load i18n %} {% block title %}{% trans "Signup" %}{% endblock %} {% block header-title %}{% trans "Signup" %}{% endblock %} {% block content %}
{% include "allauth_ens/block-form.html" with form=form %} {% if redirect_field_value %} {% endif %}
{% endblock %}