{% extends "base.html" %} {% block body %}

Редакторская

Проверка, правка и публикация сгенерированных постов.
{% for st in status_options %} {{ st.label }} {{ counts.get(st.value, 0) }} {% endfor %}
{% include "editor_content.html" %}
{% endblock %}