{% load todo_extras %}

Файлы

  добавить файл

{% if f.attached_file.errors %}Не выбран файл
{% endif %}
Файл: {{f.attached_file}}   отмена
{% if attachments %}
{% for a in attachments %} {{a.attached_file.name|attach}} ({{a.attached_file|size_kb}}) — {{a.author|username}}, {{a.created_at|format_date}} {% ifequal a.author user %} {% include "todo/file_actions.html" %} {% else %} {% ifequal menu_active 'tasks' %} {% if perms.todo.delete_taskattach %} {% include "todo/file_actions.html" %} {% endif %} {% else %}{% ifequal menu_active 'projects' %} {% if perms.todo.delete_projectattach %} {% include "todo/file_actions.html" %} {% endif %} {% endifequal %}{% endifequal %} {% endifequal %}
{% endfor %}
{% endif %}