X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fdetails.html;h=2b926d18102da5a168e325adbcd59ce8f454a83f;hb=3fdf5468c153fa235f9e778a46cc2cd647555018;hp=36e8e632fba9f6f50d10798d6a8747f5a29c81ea;hpb=9ed732a162468afe926d1982efa882468c5178a3;p=django_unres.git diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index 36e8e63..2b926d1 100644 --- a/django_simple/todo/templates/details.html +++ b/django_simple/todo/templates/details.html @@ -60,6 +60,9 @@ Created {{ task.created_date }} {{ task.running }}% + {% if task.running == 100 %} + postprocessing + {% endif %} {% else %} {% endif %} @@ -77,6 +80,12 @@ Created {{ task.created_date }}
type
{{ task.type }}
+ +
  • +
    pbsjob
    +
    {{ task.pbsjob }}
    +
  • +
  • force field
    @@ -253,6 +262,10 @@ Created {{ task.created_date }}
    pdb code2
    {{ task.pdbcode2 }}
  • +
  • +
    dock_peptide
    +
    {{ task.dock_peptide }}
    +
  • {% endif %}