{% extends "base.html" %} {% load i18n lazysignup_tags %} {% block content %} {% if task.owner|is_lazy_user %}

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 %}