{% extends "base.html" %} {% if job_type %} {% set active_page = "batch-" + job_type %} {% else %} {% set active_page = "batch-jobs" %} {% endif %} {% set page_title = "Batch Job Interface" %} {% block content %}
Help File format help
{% if errors %}

Batch not started

The batch process was not started due to the following errors:

{% endif %} {% if messages %}

Messages:

{% for m in messages %}

{{ m.description }}

{% endfor %}

{{ summary }}

{% endif %} {% endblock content %}