{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "Delete ACL - CyberPanel" %}{% endblock %} {% block header_scripts %} {% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}

{% trans "Select ACL to Delete" %}

{% trans "Warning: Deleting an ACL will remove all permissions associated with it. Users assigned to this ACL will lose their access rights." %}
{% endblock %}