{% extends "base.html" %} {% block content %}

Policies

New from frequency template: {% for f in ['daily', 'weekly', 'monthly', 'quarterly', 'yearly'] %} {{ f }} {% endfor %}

{% for p in policies %} {% else %} {% endfor %}
IDNameEntityConceptsModeFreqCron ({{ 'tz' }})Last runEnabled
{{ 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.
{% endblock %}