{% 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 annotation.comment is not None %}
{{annotation.comment}}
{%else%}
{%endif%}
Предыдущие версии файла
-
{% for old_file in old_annotation %}
- {{old_file.name}} {% endfor %}
{{ name }}
{{ project_type }} {{ subjects }}-
Проблема:
{{problem}}
-
Актуальность:
{{relevance}}
-
Цель:
{{target}}
-
Задачи:
{{tasks}}
-
Ожидаемые результаты:
{{expected_results}}
- {% if annotation is not None %}
- {% endif %}
Другое:
-
{% for file in other_files %}
- {{file.name}} {% endfor %}