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

Add invoice note for allocation to {{allocation.get_resources_as_string}} for PI {{allocation.project.pi.username}}


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