{% extends "backend/base.html" %} {% block content %}
Firewall Rules
Create, edit and delete rules
Active Rules
{% for rule in object_list %} {% endfor %}
IP End of block Reason Options
{{ rule.ip }} {{ rule.end }} {{ rule.reason }}
{% endblock %}