{% extends "base.html" %} {% block title %}{{ scenario.title if scenario else "Scenario" }}{% endblock %} {% block body %}
{{ scenario.description }}
ruleset: {{ scenario.ruleset }} ยท
back to Playground
decision: {{ result.decision if result.decision is not none else '(none)' }}
| reason | {{ result.reason if result.reason is not none else '(none)' }} |
|---|---|
| duration_us | {{ result.duration_us }} |
{% for r in result.rule_trace %}{{ r }}
{% endfor %}
{% else %}(empty)
{% endif %}{% for m in result.module_trace %}{{ m }}
{% endfor %}
{% else %}(empty)
{% endif %}