{% load i18n %} {% load mycreole %}
{% trans 'Created' %}: {{ task.creation_date }}
{% trans 'Project' %}: {{ task.project.name }}
{% if task.description %}
{% render_creole task.description task.attachment_target_path next_anchor %}
{% endif %} {% if comment_new %} {% if comment_new.comment != "" %} {% with comment=comment_new %} {% include 'patt/task/comment.html' %} {% endwith %} {% endif %} {% endif %} {% for comment in task.comments %} {% include 'patt/task/comment.html' %} {% endfor %}