X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fdetails.html;h=af52ac54b57ded39801e5d172bf36f092434c5db;hb=4be82ca096484d9b43a91d42cd0b8168949233e5;hp=b640281eea1e797655d48e9b23ea65133c084e1c;hpb=74300ec774f0a69c09ac7c7fa2ade110b2c3e341;p=django_unres.git diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index b640281..af52ac5 100644 --- a/django_simple/todo/templates/details.html +++ b/django_simple/todo/templates/details.html @@ -1,39 +1,91 @@ {% 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" %} + +{% 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 %}