{% extends "projector/project/details.html" %} {% load i18n %} {% load pagination_tags %} {% load sorting_tags %} {% block col_left %}{{ block.super }}
{% anchor id "Task" %} | {% anchor summary "Summary" %} | {% anchor milestone "Milestone" %} | {% anchor created_at "Created at" %} | {% anchor edited_at "Last update" %} | {% anchor deadline "Deadline" %} | {% anchor priority "Priority" %} | {% anchor type "Type" %} | {% anchor status "Status" %} | {% anchor author "Reported by" %} | {% anchor owner "Owner" %} |
---|---|---|---|---|---|---|---|---|---|---|
{{ task.id }} | {{ task.summary }} | {{ task.milestone }} | {{ task.created_at|date:"Y-m-d" }} | {{ task.edited_at|date:"Y-m-d" }} | {{ task.deadline|date:"Y-m-d" }} | {{ task.priority.name }} | {{ task.type }} | {{ task.status }} | {{ task.author }} | {{ task.owner }} |