{% extends "base.html" %} {% block title %}Policy Engine - Vindicara{% endblock %} {% block content %}
Manage policies and test evaluations
| Policy ID | Description | Rules | Status |
|---|---|---|---|
| {{ policy.policy_id }} | {{ policy.description }} | {{ policy.rule_count }} | {% if policy.enabled %}Enabled{% else %}Disabled{% endif %} |