{% extends "backend/base.html" %} {% load bootstrap4 %} {% block content %}
Firewall Rules - Delete Rule
Delete a rule from the system
Deleting rule for {{ object.ip }}
{% csrf_token %} Are you sure you wish to delete the rule for {{ object.ip }}? {% buttons %} Cancel {% endbuttons %}
{% endblock %}