{% extends "base.html" %}{% block content %}

Submit Application

Choose the application type. Relevant fields are validated by the system.

{% csrf_token %}{{ form.as_p }}
{% endblock %}