{% extends "tasks/base.html" %} {% load i18n %} {% load account_tags %} {% load tasks_tags %} {% load comments_tag %} {% load uni_form_tags %} {% load attachments_tags %} {% load group_tags %} {% load theme_tags %} {% 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 nudge %} {% if is_member %}

{% trans "Edit" %}

{% csrf_token %} {{ form.media }} {{ form|as_uni_form }}
{% endif %} {% get_attachments_for task as "attachments" %} {% if attachments %}

{% trans "Attachments" %}

{% endif %} {% attachment_form task %}

{% trans "Comment" %}

{% comments task %} {% endblock %} {% block extra_body %} {% endblock %}