diff --git a/abonapp/locale/ru/LC_MESSAGES/django.po b/abonapp/locale/ru/LC_MESSAGES/django.po index 4bd0d25..9e89ca2 100644 --- a/abonapp/locale/ru/LC_MESSAGES/django.po +++ b/abonapp/locale/ru/LC_MESSAGES/django.po @@ -1150,3 +1150,6 @@ msgstr "Графики" msgid "Cancel" msgstr "Отмена" + +msgid "View" +msgstr "Открыть" diff --git a/abonapp/templates/abonapp/task_log.html b/abonapp/templates/abonapp/task_log.html index 3e0d76b..b2be1c6 100644 --- a/abonapp/templates/abonapp/task_log.html +++ b/abonapp/templates/abonapp/task_log.html @@ -5,17 +5,21 @@ - - - - - - + + + + + + + {% for task in tasks %} + {% empty %} - + {% endfor %} -
{% trans 'Author' %}{% trans 'Recipients' %}{% trans 'Comment' %}{% trans 'State' %}{% trans 'Type' %}{% trans 'Date of make' %}{% trans 'Author' %}{% trans 'Recipients' %}{% trans 'Comment' %}{% trans 'State' %}{% trans 'Type' %}{% trans 'Date of make' %}
+ + {{ task.author.get_short_name }} {% for rec in task.recipients.all %} @@ -31,13 +35,13 @@
{% trans 'Tasks not found' %}{% trans 'Tasks not found' %}
+ {% include 'taskapp/footer_btns.html' %}