{% extends "base.html" %} {% block title %}Simulator | Suvra{% endblock %} {% block content %}

Simulator

{% if error_message %}

{{ error_message }}

{% endif %}
{% if result %}

Decision

{{ result.decision }}

Matched policy: {{ result.matched_policy_id or "none" }}

Matched rule: {{ result.matched_rule_id or "none" }}

Policy Stack

{% endif %} {% endblock %}