{% include "partial/head.html" %} {% include "partial/header.html" %}
/
{% include "partial/task_list.html" with context %}
Task ID Name Status Worker Started At {% if sort_by == 'started_at' %} {% if sort_order == 'asc' %} {% else %} {% endif %} {% else %} {% endif %} Finished At {% if sort_by == 'finished_at' %} {% if sort_order == 'asc' %} {% else %} {% endif %} {% else %} {% endif %}