{% load static %}

Request New Account

Use the following form to request an account on the system.

{% if data.action_result %}
{{ data.action_result }}
{% endif %}
{% csrf_token %} {% for field in data.request_form %}
{{ field }}
{% if field.help_text %} {{ field.help_text }} {% endif %} {% for error in field.errors %}

{{ error }}

{% endfor %}
{% endfor %}