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

{{ _('Backup n°%(number)s of %(client)s', number=mypad(nbackup), client=cname) }}


 {{ _('Loading, Please wait...') }}

{% if config.WITH_CELERY -%}
{% else -%} {% endif -%}
{% endblock %}