{% extends "tasks/base.html" %} {% load i18n %} {% load account_tags %} {% load shorttimesince_tag %} {% load order_by %} {% load humanize %} {% load tasks_tags %} {% load tagging_tags %} {% load markup_tags %} {% load group_tags %} {% block head_title %}Tasks History{% endblock %} {% block body %}
ID | Modifier | Modified | Summary | Assignee | Tags | State | Status | Comment |
---|---|---|---|---|---|---|---|---|
{{ forloop.revcounter }} | {% if change.owner %} {% user_display change.owner %} {% endif %} {% if change.nudger %} {{ change.nudger }} {% endif %} | {{ change.modified|shorttimesince }} | {{ change.summary }} {% if change.nudger %} nudged {% endif %} | {% if change.nudger %} {% else %} {% if change.assignee %} {% user_display change.assignee %} {% else %} unassigned {% endif %} {% endif %} | {% if change.owner %} {% task_tags change group %} {% endif %} | {{ change.humanized_state }}
{% if change.humanized_resolution %}
{{ change.humanized_resolution }} {% endif %} |
{{ change.status }} | {% if change.nudger %} nudged {% endif %} {% if change.comment %} {{ change.comment|linebreaks|urlize }} {% endif %} |