X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fdetails1.html;h=e3135c80b75ee423556a5257e8f653ccee7e6230;hb=6a2764586c4c00b5c0cba0c27385b5531795b376;hp=911496cec767385caf40a46eb677b4dcb15c2677;hpb=73008923acaf643aab7d5af2b559831ff0529489;p=django_unres.git diff --git a/django_simple/todo/templates/details1.html b/django_simple/todo/templates/details1.html index 911496c..e3135c8 100644 --- a/django_simple/todo/templates/details1.html +++ b/django_simple/todo/templates/details1.html @@ -3,18 +3,20 @@ {% load i18n lazysignup_tags %} {% block content %} +{% if task.owner|is_lazy_user %} + -

All parameters for task {{ task.name }}

+

Task {{ task.name }}

Created {{ task.created_date }} +{% else %} +

+Regular user cannot use this link. +

+{% endif %} + + + + + + +{% if task.type == "remd" %} + +{% 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 %}