X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=qcg%2Ftemplates%2Fqcg%2Fjobs.html;h=1b376168801d529804ad980f77032172eecc48fd;hb=3e29cd65efbb6b29b3db8c84e625f75829e550e7;hp=69ae1b8a11ba20fc96098b4390873670893c8e78;hpb=903e20bd4bc9c523074479875ccb16b221091dda;p=qcg-portal.git diff --git a/qcg/templates/qcg/jobs.html b/qcg/templates/qcg/jobs.html index 69ae1b8..1b37616 100644 --- a/qcg/templates/qcg/jobs.html +++ b/qcg/templates/qcg/jobs.html @@ -4,16 +4,6 @@ {% block extra_css %} - - {% endblock %} {% block extra_js %} @@ -76,39 +66,45 @@ {% endblock %} {% block container %} - @@ -184,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 %} @@ -201,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 %} @@ -218,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 %} @@ -278,12 +285,12 @@ -