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