{% extends "common/base.html" %} {% load crispy_forms_tags %} {% load common_tags %} {% load static %} {% block title %} Request New Allocation {% endblock %} {% block content %}

Add account names that can be associated with allocations

{% csrf_token %} {{form |crispy}} Cancel
{% endblock %}