{% 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 %}
{% if errors %}The batch process was not started due to the following errors:
Messages:
{% endif %} {% endblock content %}