{% extends "base.html" %} {% block main %} {% for t in request.session.to_create.all %}
{{t}}
{% empty %}Задач создавать не надо
{% endfor %}{{project.desc}}
Проект создал {{project.owner}}
{% if project.public == true %}Закрытый проект
{% endif %} {% if project.responsible %}Ответственная за проект группа {{project.responsible}}
{% endif %}Исполнитель {{project.performer}}
Начат {{project.started_at}}
{% if project.deadline %}Должен быть закончен {{project.deadline}}
{% endif %} {% if project.done_at %}Закончен {{project.done_at }}
{% endif %} {% if project.users %}Связанные пользователи
Тип проекта {{project.item_type}}
{% endif %}