{% block content %}
Security Policies
{% if not policies %}
None
{% else %} {% for m2m in policies %} {% endfor %} {% for m2m in nat_policies %} {% endfor %} {% if policies|length == 0 and nat_policies|length == 0 %}
None
{% endif %}
Policy Weight Type
{{ m2m.policy }} {{ m2m.weight }} Firewall
{{ m2m.nat_policy }} {{ m2m.weight }} NAT
{% endif %}
{% endblock %}