{% extends request.is_ajax|yesno:'nullcont.htm,abonapp/ext.htm' %} {% block content %} {% for task in tasks %} {% empty %} {% endfor %}
Автор Исполнители Комментарий Состояние Тип Дата создания
{{ 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" }}
Нет задач
{% include 'toolbar_page.html' with pag=tasks %} {% endblock %}