X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;ds=sidebyside;f=django_simple%2Ftodo%2Ftemplates%2Fdetails.html;h=bbdebb8fd51d192a44390d28118cb5f5e8c2bb61;hb=75dd8b1928bbd554b20f888599c29170001af400;hp=bf3cc549e9454e55512e1c7812f372f078004fc8;hpb=47ab3ddfa3cf058d144d1a753d19aa0fe9f2930d;p=django_unres.git diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index bf3cc54..bbdebb8 100644 --- a/django_simple/todo/templates/details.html +++ b/django_simple/todo/templates/details.html @@ -1,39 +1,112 @@ {% extends "base.html" %} +{% load i18n lazysignup_tags %} {% block content %} -

All parameters for task {{ task.name }}

+ +{% if user|is_lazy_user %} + +{% endif %} + +

Task {{ task.name }}

Created {{ task.created_date }} + + + + + + +{% if task.type == "remd" or task.type == "dock" %} + +{% endif %} + +{% if not task.done %} + +{% endif %} + +{% if task.type == "min" %} + +{% endif %} + +{% if task.type == "md" and task.md_start == "pdbstart" %} + +{% endif %} + +{% if task.type == "md" and task.md_mdpdb %} + +{% endif %} + + {% endblock %}