{% extends "tasks/base.html" %} {% load i18n %} {% load tasks_tags %} {% load comments_tag %} {% block head_title %}{{ task.summary }}{% endblock %} {% block body %} {#

← {% trans "Back to Task List for Project " %} {{ task.project }}

#}

← {% trans "Back to Task List" %}

{% show_task task %} {% if is_member %}

Edit

{{ form }}
{% endif %}

Comment

{% comments task %} {% endblock %}