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

Adding notification to {{allocation.get_parent_resource}} for PI {{ allocation.project.pi.first_name }} {{ allocation.project.pi.last_name }} ({{ allocation.project.pi.username }})

{% csrf_token %} {{form |crispy}} Back to Allocation
{% endblock %}