{% extends "layout_fluid.html" %} {% block content %} {% include "main/_tasks_pager.html" %} {% for item in jobs %} {% if not item.hidden and item.total_subjobs %} {% endif %} {% endfor %}
{{ item.jobtype }} {{ item.path_to_file }}
{% include "main/_tasks_pager.html" %} {% endblock %}