{% extends 'hidp/base_pre_login.html' %} {% load i18n %} {% block title %}{% translate 'Sign up' %}{% endblock %} {% block main %}

{% translate 'Create a new account' %}

{% csrf_token %} {{ form }} {% include 'hidp/includes/forms/submit_row.html' with submit_label=_('Sign up') %}
{% endblock %}