{% extends "forms.html" %} {% block title %}{{ title }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{{ title }}

{% csrf_token %} {{ form.as_p }} {% ifequal mode 'edit' %}     {% if record_type == 'grant' %} Delete grant {% elif record_type == 'allocation' %} Delete allocation {% endif %} {% endifequal %}
{% endblock %}