{% extends "suite-base.html" %} {% block title_name %}task jobs list{% endblock %} {% block auto_refresh %}{% endblock %} {% block content %} {% include "pager.html" -%}
{% include "suite-state.html" -%}
{% include "job-entry-head.html" %} {% for entry in entries -%} {% include "job-entry.html" %} {% endfor -%}
{% endblock %}