{% if user.role == 'Ученик' %}
{% endif %}
{% if user.role == 'Ученик' %}
{% endif %}
-
{% for file in other_files %}
-
{{file.name}}
{% if user.role == 'Ученик' %} {% endif %}
{% endfor %}
{% if abstract.comment is not None %}
{{abstract.comment}}
{%else%}
{%endif%}
Предыдущие версии файла
-
{% for old_file in old_abstracts %}
- {{old_file.name}} {% endfor %}
{% if presentation.comment is not None %}
{{presentation.comment}}
{%else%}
{%endif%}
Предыдущие версии файла
-
{% for old_file in old_presentation %}
- {{old_file.name}} {% endfor %}
{% if defence.comment is not None %}
{{defence.comment}}
{%else%}
{%endif%}
Предыдущие версии файла
-
{% for old_file in old_defence %}
- {{old_file.name}} {% endfor %}