{% 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 %}

Toggle File Format Help

BatchType
Email
File
Help
{% if errors %}

Errors:

{% for m in errors %}

{{ m.description }}

{% endfor %}
{% endif %} {% if messages %}

Messages:

{% for m in messages %}

{{ m.description }}

{% endfor %}

{{ summary }}

{% endif %} {% endblock content %}