{% if backups %} {% for b in backups %}
{{ b.filename }}
{{ b.size_human }} ยท {{ b.created }}
Download
{% endfor %} {% else %}
No backups found for this database
{% endif %}