Заявки
{% if session.uid %} {% if session.is_admin %}
Админ
{% else %}
Кабинет
{% endif %}
{{ session.nickname }}
Выйти
{% else %}
Вход
Регистрация
{% endif %}
{% with msgs = get_flashed_messages(with_categories=true) %} {% if msgs %} {% endif %} {% endwith %}
{% block content %}{% endblock %}