{% extends "base.html" %} {% block title %} {% if error %} Problem starting jobs {% else %} Copy jobs kicked off {% endif %} {% endblock %} {% block body %}
Copy job with id {{id|escape}} kicked off.
{% endfor %} {% if error %}There was a problem kicking off the jobs. {% if job_list %}The above jobs did start successfully. The error starting the remaining jobs was: {% else %}The error was: {% endif %}
{{error|escape}}
{% endif %}
{% endif %}
{% endblock %}