X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=qcg%2Ftemplates%2Fqcg%2Fjobs.html;h=4cc79d1da08dd61c7ae8371799d4f414a844ad13;hb=1b2a8480700fed22f8cb47709b4fcc1546af8c0b;hp=34e9ce5ae13cf01fc4a8e73960fd4f04310c6a85;hpb=b1f2eaf9a8779f9b8bcb6e396d535b6044667133;p=qcg-portal.git diff --git a/qcg/templates/qcg/jobs.html b/qcg/templates/qcg/jobs.html index 34e9ce5..4cc79d1 100644 --- a/qcg/templates/qcg/jobs.html +++ b/qcg/templates/qcg/jobs.html @@ -66,39 +66,45 @@ {% endblock %} {% block container %} - @@ -174,6 +180,11 @@ {% if columns.JOB_ID in displayed %}{{ task }}{% endif %} + {% if not task.purged %} + + + + {% endif %} {% if columns.DESCRIPTION in displayed %}{{ task.note }}{% endif %} {% if columns.SUBMISSION in displayed %}{{ task.submission_time|date:"CUSTOM_DATETIME_FORMAT" }}{% endif %} @@ -191,6 +202,9 @@ {% if columns.JOB_ID in displayed %}{{ job.grouper }}{% endif %} + {% if not job.grouper.purged %} + + {% endif %} {% if columns.DESCRIPTION in displayed %}{{ job.grouper.note }}{% endif %} {% if columns.SUBMISSION in displayed %}{{ job.grouper.submission_time|date:"CUSTOM_DATETIME_FORMAT" }}{% endif %} @@ -208,6 +222,9 @@ {% if columns.JOB_ID in displayed %}{{ task }}{% endif %} + {% if not task.purged %} + + {% endif %} {% if columns.DESCRIPTION in displayed %}{{ task.note }}{% endif %} {% if columns.SUBMISSION in displayed %}{{ task.submission_time|date:"CUSTOM_DATETIME_FORMAT" }}{% endif %} @@ -305,6 +322,21 @@ + +
+ +
+
+ {% for choice in filters.purged %} + + {% endfor %} +
+
+
+ {% bootstrap_field filters.submission layout='horizontal' bound_css_class=' ' %} {% bootstrap_field filters.finish layout='horizontal' bound_css_class=' ' %}