{% 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 %}