{% extends "layout.html" %} {% block body %} {% include "notifications.html" %}
{% include "small_topbar.html" %}

{{ cname }}

{{ _('Backups') }}

{{ _('Toggle column:') }} {{ _('Number') }} - {{ _('Date') }} - {{ _('Bytes received') }} - {{ _('Estimated size') }} - {{ _('Deletable') }} - {{ _('Status') }}

{{ _('Number') }} {{ _('Date') }} {{ _('Bytes received') }} {{ _('Estimated size') }} {{ _('Deletable') }} {{ _('Status') }}

{% endblock %}