{% extends "index/_base.html" %} {% block content %} {{ super() }}
{# The type can be 'pending', 'running' and 'finished'. #} {# The list is a list of jobs with certain type. #} {% for type, list in jobs.items() %}
{% include "index/_jobs_panel_head.html" %} {% include "index/_jobs_panel_body.html" %}
{% endfor %}
{% endblock %}