{% 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 %}
{# id="help" #} {% if messages %}{{ 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 %}