{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %} Add/Edit User Facility Allotment {% endblock title %} {% block content %} ← Back {% if perms.common.change_userfacilityallotment %}
You do not have permission to edit user facility allotments.
{% endif %} {% endblock content %}