{% extends "base.j2" %} {% block content %} {% include 'routing_header.j2' %}
{{ "routing_iptables_note"|lang }}
{% for set, ips in sets.items() %}
{{ set }}
{% if ips %} {% for ip in ips %}
{{ ip }} ({{ "routing_del"|lang }})
{% endfor %} {% else %} {{ "routing_no_records"|lang }} {% endif %}
{% endfor %} {% endblock %}