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

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

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