{% extends request.is_ajax|yesno:'nullcont.htm,taskapp/ext.htm' %} {% load i18n %} {% block title %}{% trans 'Scheduled tasks me' %}{% endblock %} {% block content %}
| # | {% trans 'Name' %} | {% trans 'Address' %} | {% trans 'The nature of the damage' %} | {% trans 'Description' %} | {% trans 'Condition' %} | {% trans 'Actions' %} | |||
|---|---|---|---|---|---|---|---|---|---|
| {{ task.id }} | {% 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|default:'' }} | {{ task.get_state_display }} | {{ task.time_of_create|date:'d E H:i' }} | {% if can_change_task %} {% endif %} {% if can_remind %} {% endif %} {% if can_del_task %} {% endif %} |
| {% trans 'All your tasks has been performed' %} | |||||||||
| {% include 'taskapp/footer_btns.html' %} | |||||||||