{% if not configs %}

No cloud sync locations configured.

Add one using the form above to automatically sync your repositories to the cloud after each backup.

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

{{ config.name }}

{{ 'Enabled' if config.enabled else 'Disabled' }}
Provider: {{ config.provider_name }}
{{ config.provider_details | safe }} {% if config.path_prefix %}
Path Prefix: {{ config.path_prefix }}
{% endif %}
Created: {{ config.created_at | format_datetime_browser("%Y-%m-%d %H:%M", browser_tz_offset) }}
{% endfor %} {% endif %}