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