{% extends request.is_ajax|yesno:'nullcont.htm,abonapp/ext.htm' %} {% block content %}
| Автор | Исполнители | Комментарий | Состояние | Тип | Дата создания |
|---|---|---|---|---|---|
| {{ task.author.get_short_name }} | {% for rec in task.recipients.all %} {{ rec.get_short_name }} {% empty %} Нет исполнителей {% endfor %} | {{ task.descr|default:'—' }} | {{ task.get_state_display }} | {{ task.get_mode_display }} | {{ task.time_of_create|date:"D d E Y H:i:s" }} |
| Нет задач | |||||