{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}System Backup{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

Gvelo Enterprise Platform Backup System

Available Backups

{% for file in files %}

{{ file }} Download {% if file.lower().endswith('.db') or file.lower().endswith('.sqlite') %}

{% endif %}

{% endfor %}
{% endblock %}