{% extends "common/base.html" %} {% load crispy_forms_tags %} {% load static %} {% block title %} Delete Allocation Invoice Note {% endblock %} {% block content %}

Delete invoice notes for allocation to {{allocation.get_resources_as_string}} for PI {{allocation.project.pi.username}}


{% csrf_token %}
{% for form in formset %} {% endfor %}
Note Author
{{ form.selected }} {{ form.note.value }} {{ form.author.value }}
{{ formset.management_form }}
Cancel
{% endblock %}