{% extends 'classpath:/templates/rqueue/base.html' %} {% block main %}
{% for h in header %} {% endfor %} {% for task in tasks %} {% for td in task %} {% endfor %} {% endfor %}
{{h}}
{{td}}
{% endblock %}