{% extends 'qcg/base.html' %} {% load staticfiles %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %} {% block container %}

{% block title %}Lista zadań{% endblock %}

{#
#} {#
#} {#
#} {# #} {# #} {#
#} {#
#} {# #} {# #} {#
#} {#
#} {# #} {# #} {#
#} {#
#} {#
#} {# #} {#
#} {#
#} {##} {#
#} {# #} {% regroup page by job as jobs %} {% for job in jobs %} {% ifequal job.list|length 1 %} {% with job.list.0 as task %} {% endwith %} {% else %} {% for task in job.list %} {% endfor %} {% endifequal %} {% endfor %}
Opis Wysłane Start Koniec Status HostUwagi
{# {{ task }}#} {{ task.note }} {{ task.submission_time|timesince }} temu {{ task.start_time }} {{ task.finish_time }} {{ task.get_status_display }} {{ task.short_host_names|join:', ' }}
{# {{ job.grouper }}#} {{ job.grouper.note }} {{ job.grouper.submission_time|timesince }} temu - {{ job.grouper.finish_time }} {{ job.grouper.get_status_display }} -
{# {{ task }}#} {{ task.note }} {{ task.submission_time|timesince }} temu {{ task.start_time }} {{ task.finish_time }} {{ task.get_status_display }} {{ task.short_host_names|join:', ' }}
{% endblock container %}