{% extends 'base.html' %} {% load static %} {% block title %}Delete Permission - OptiNet Solutions{% endblock %} {% block content %}

Delete Permission

Back to Dashboard
Confirm Deletion
Warning: This action cannot be undone. Deleting this permission will remove it from all departments and users.

Are you sure you want to delete the following permission?

{{ permission.display_name }}

Permission Name: {{ permission.name }}
Category: {{ permission.get_category_display }}
{% if permission.description %} Description: {{ permission.description }} {% endif %}

{% csrf_token %}
Cancel
{% endblock %}