{% if not configs %}

No prune policies configured.

Create one using the form above to automatically prune old archives.

{% else %} {% for config in configs %}

{{ config.name }}

{{ 'Enabled' if config.enabled else 'Disabled' }}
Strategy: {{ config.strategy|title }}
Retention: {{ config.description }}
Created: {{ config.created_at | format_datetime_browser("%Y-%m-%d %H:%M", browser_tz_offset) }}
{% endfor %} {% endif %}