{% extends "photonic/view.html" %} {% block content %} {% for rule in policy %} {% endfor %}
Rule Name Conditions
{{rule}} {{policy[rule]}}
{% endblock %}