X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;ds=sidebyside;f=django_simple%2Ftodo%2Ftemplates%2Fdetails.html;h=36e8e632fba9f6f50d10798d6a8747f5a29c81ea;hb=574432c5c3b1611eaff016a81a4b6375be2578b8;hp=b69ff1b2a4ce9683fb5a2d4af09a0f991ce819d2;hpb=533934d3ce690cbee495617d193c7560960e55d5;p=django_unres.git diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index b69ff1b..36e8e63 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 %}