{% extends template %} {% block pagetitle %} Please fill in the following details {% endblock %} {% block main %}
{% csrf_token %}
{{ form.as_table }}
{% endblock main %}