{% load filters %} {% load i18n %}
{% trans "section" %} | {% trans "title" %} | {% trans "authors" %} | {% trans "editor" %} | {% trans "deadline" %} | Обновлено | {% trans "stage" %} | {% for post in posts %}
---|---|---|---|---|---|---|
{{ 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.stage.title }} |