{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %} Add/Edit User Facility Allotment {% endblock title %} {% block content %} ← Back {% if perms.common.change_userfacilityallotment %}
{% if object.pk %} {% if perms.common.delete_userfacilityallotment %} Delete User Facility Allotment {% endif %} {% endif %}

{% if object.pk %} Edit User Facility Allotment {% else %} Create User Facility Allotment {% endif %}

{% crispy form %}
{% else %}

You do not have permission to edit user facility allotments.

{% endif %} {% endblock content %}