{% extends "base.html" %} {% block content %}
New from frequency template: {% for f in ['daily', 'weekly', 'monthly', 'quarterly', 'yearly'] %} {{ f }} {% endfor %}
| ID | Name | Entity | Concepts | Mode | Freq | Cron ({{ 'tz' }}) | Last run | Enabled | |
|---|---|---|---|---|---|---|---|---|---|
| {{ p.id }} | {{ p.name }} | {{ p.entity_type }}{% if p.entity_ids %} ({{ p.entity_ids|length }} ids){% else %} (all){% endif %} | {{ p.concept_ids|length }} | {{ p.mode }} | {{ p.frequency }} | {{ p.cron_expr }} {{ p.timezone }} | {{ p.last_run_at or '—' }} | ||
| No policies yet. Create one. | |||||||||