{{week.title}}
{% for t in week.planned_tasks %}
{% include "releaseplanning/i_task.html" %}
{% endfor %}
{% if week.has_unplanned %}
Сверх плана
{% for t in week.unplanned_tasks %}
{% include "releaseplanning/i_task.html" %}
{% endfor %}
{% endif %}