{% if dashboard_mode == "monitor" %}
Monitor mode: enforcement is NOT blocking. Actions execute even if policy would deny.
{% elif dashboard_mode == "disabled" %}
Disabled mode: policy is NOT evaluated. All actions pass through.
{% endif %}
{% if license_summary and license_summary.warning %}
{{ license_summary.warning }}
{% endif %}
{% block content %}{% endblock %}