{% 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
{# id="help" #} {% if messages %}
{% for m in messages %} {% if m.class == "error" %}

{{ m.description }}

{% elif m.class == "warning" %}

{{ m.description }}

{% elif m.class == "information" %}

{{ m.description }}

{% elif m.class == "debug" %}

{{ m.description }}

{% endif %} {% endfor %} {% endif %} {% endblock content %}