{% if not configs %}

No notification configurations.

Add one using the form above to get notified when backups complete or fail.

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

{{ config.name }}

{{ 'Enabled' if config.enabled else 'Disabled' }}
Provider: {{ config.provider.title() }}
Notifications: {{ config.notification_desc }}
Created: {{ config.created_at | format_datetime_browser("%Y-%m-%d %H:%M", browser_tz_offset) }}
{% endfor %} {% endif %}