{% extends "Authentication/signup_base.html" %} {% load static %} {% block card_content %}
{% csrf_token %}
{{ form.user_types.label }} {{ form.user_types }}

(Some group choices imply others; read more about user groups in Plom's documentation.)

{{ form.username.label }} {{ form.username }}

{{ form.email.label }} {{ form.email }} (as yet unused — might use in the future)

{% if error %}
{{ error }}
{% endif %} {% endblock card_content %}