{% extends "admin/base_site.html" %} {% block title %}{{ title }}{% endblock %} {% block content %}
Policy set: {{ policy_set.name }}
{% if result %} {% if result.error %}{{ result.error }}
{% endif %}allow = {{ result.allow|default_if_none:"undefined" }}
{% for entry in result.policies %}{{ result.tree_json }}
{{ result.input_json }}
Status: {{ result.prefilter.status }} {% if result.prefilter.detail %} — {{ result.prefilter.detail }}{% endif %} {% if result.prefilter.object_included is not None and result.prefilter.status == "conditional" %} {% if result.prefilter.object_included %}· object included by the prefilter {% else %}· object excluded by the prefilter{% endif %} {% endif %}
{% if result.prefilter.ucast_json %}{{ result.prefilter.ucast_json }}