{% extends "base.html" %} {% block title %} {% if error %} Problem starting jobs {% else %} Backup jobs kicked off {% endif %} {% endblock %} {% block body %}
Backup job with id {{id|escape}} kicked off.
{% endfor %} {% endif %} {% if task_list %} {% endif %} {% if error %}There was a problem kicking some off the jobs/tasks:
{{error|escape}}
{% endif %}
{% endif %}
Back to Datastore Admin
{% endblock %}