{% extends 'core/base.html' %} {% block title %}Delete IP Rule | Killian{% endblock %} {% block content %}

Delete IP Control Rule

This permanently removes the selected access rule.

Delete {{ rule.get_rule_type_display }} rule {{ rule.network }}?

{% if rule.reason %}

{{ rule.reason }}

{% endif %}
{% csrf_token %}
Cancel
{% endblock %}