{% load filters %} {% load i18n %}
{% for post in posts %} {% endfor %}
{% trans "section" %} {% trans "title" %} {% trans "authors" %} {% trans "editor" %} {% trans "deadline" %} Обновлено {% trans "stage" %}
{{ post.section.title }} {{ post }} ({% trans "edit" %}) {% if post.has_text == True %} {% trans "has_text" %} {% endif %} {% if post.is_archive %} Архив {% endif %} {% if post.is_advert %} Реклама {% endif %} {% if post.is_regular %} Рубрика {% endif %} {% for author in post.authors.all %} {% if perms.magplan.manage_authors %} {{ author }} {% else %} {{ author }} {% endif %} {% endfor %} {% if perms.magplan.manage_authors %} {{ post.editor }} {% else %} {{ post.editor }} {% endif %} {{ post.finished_at|date:'d b Y' }} {{ post.updated_at|date:'d b Y' }}{% if post.last_updater %}, {{ post.last_updater }}{% endif %} {{ post.stage.title }}