{% if not is_news_editor %}

Вход для редактора новостей

{% with messages = get_flashed_messages(with_categories=true) %} {% for cat, msg in messages %}
{{ msg }}
{% endfor %} {% endwith %}
{% else %}
Редактор новостей MONT
{{ admin_login }}
{% with messages = get_flashed_messages(with_categories=true) %} {% for cat, msg in messages %}
{{ msg }}
{% endfor %} {% endwith %}

Добавить новость

Перетащите файл, выберите или кликните в «Заголовок» и нажмите Ctrl+V

Все новости

{% if all_news %}
{% for n in all_news %}
{{ n.title }}
{{ n.created_at[:10] }} · /news/{{ n.slug }}
Редактировать
{% if n.image %} {% endif %}
Перетащите файл, выберите или кликните в «Заголовок» и нажмите Ctrl+V
{% endfor %}
{% else %}

Новостей пока нет.

{% endif %} {% if total_adm_pages > 1 %} {% endif %}
{% endif %}