X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fdetails.html;h=0c2a6cc6a48ea04282d606a4e6b61cfade7f6ce8;hb=cb84afb9777fdb35d0e4139ddbb9dcb600814653;hp=08738fac4a9f5d5c46b8fa220ae76e896810afa5;hpb=79257267a19f5fa4476908da6d56e1626143327b;p=django_unres.git diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index 08738fa..0c2a6cc 100644 --- a/django_simple/todo/templates/details.html +++ b/django_simple/todo/templates/details.html @@ -1,39 +1,103 @@ {% 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 %}