{% extends 'base.html' %} {% block content %} {% from '_helpers.html' import render_simple_field, render_field %}
{{ _('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.') }}
{{ _('No backups found.') }}
{% endif %} {{ _('Create backup') }} {% if available_backups %} {{ _('Remove backups') }} {% endif %}