{% extends request.is_ajax|yesno:'nullcont.htm,taskapp/ext.htm' %} {% load i18n %} {% block title %}{% trans 'Tasks in which no recipients' %}{% endblock %} {% block page-header %} {% trans 'Tasks in which no recipients' %} {% endblock %} {% block content %}
| # | {% trans 'Name' %} | {% trans 'Address' %} | {% trans 'The nature of the damage' %} | {% trans 'Description' %} | {% trans 'Task author' %} | {% trans 'Actions' %} | |||
|---|---|---|---|---|---|---|---|---|---|
| {{ task.pk }} | {% if task.abon and task.abon.group %}{{ task.abon.get_full_name }} | {{ task.abon.group.title }}, {{ task.abon.street|default:_('Not assigned') }} {{ task.abon.house|default:_('Not assigned') }} | {% else %}{% trans 'User does not exist' %} | --- | {% endif %}{{ task.get_mode_display }} | {{ task.descr }} | {% if task.author %} {{ task.author.username }} {% else %} {% trans 'Not assigned' %} {% endif %} | {{ task.time_of_create|date:'d E H:i' }} | {% if has_change_task %} {% endif %} |
| {% trans 'The list is empty' %} | |||||||||
| {% include 'taskapp/footer_btns.html' %} | |||||||||