{% extends 'base.html' %} {% block content %} {% from '_helpers.html' import render_simple_field, render_field %}

{{ _('Backups') }}

{% if backup_running %}

{{ _('A backup is running!') }}

{% endif %}

{{ _('Here you can download and request a new backup, when a backup is completed you will see it listed below.') }}


{% if available_backups %} {% else %}

{{ _('No backups found.') }}

{% endif %} {{ _('Create backup') }} {% if available_backups %} {{ _('Remove backups') }} {% endif %}
{% endblock %}