{% extends "layout_plan.html" %} {% load filters %} {% block title %}Сводка{% endblock %} {% block styles %} {% endblock %} {% block content %} {% if opened_issues|length > 0 %}
| День | Дата | Статья | Редактор | Этап | {% for day, posts in schedule.items %} {% if posts|length > 1 %} {% for post in posts %} {% if forloop.first is True %}
|---|---|---|---|---|
| {{ day|date:'D' }} |
|
{% else %}
|||
| {{ post }} (ред) | {{ post.editor }} | {{ post.stage }} | ||
| {{ day|date:'D' }} |
|
{{ posts.0 }} (ред) | {{ posts.0.editor }} | {{ posts.0.stage }} |
| {{ day|date:'D' }} |
|
|||