{% 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 %}
{% if printview != True and taskview != True %}
{% 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 %}