{% load static %} {% load mycreole %} {% load access %} {% load patt_urls %} {% may_add_comments task as user_may_add_comments %} {% may_modify task as user_may_modify %} {% may_modify_limited task as user_may_modify_limited %} {% targetstates task as possible_targetstates %} {% targetpriority task as possible_targetpriority %}
{% render_creole task.taskname_prefix|add:task.name task.attachment_target_path next_anchor %}

{% if printview != True and taskview != True %} {% endif %} {% if task.targetdate %}{{ task.targetdate }}{% endif %} {% if printview != True %} {% if user_may_add_comments %}{% endif %} {% if user_may_modify or user_may_modify_limited %}{% endif %} {% if user_may_modify or user_may_add_comments or user_may_modify_limited %}{% endif %} {% for i in possible_targetpriority %} {% endfor %} {% if possible_targetpriority %} {% endif %} {% for i in possible_targetstates %} {% endfor %}

{% endif %}