МирИгрушек
Товары
{% if is_staff %}
Заказы
{% endif %} {% if is_admin %}
Добавить товар
{% endif %}
{{ full_name }}
{% if role == 'guest' %}
Вход
{% else %}
Выход
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, text in messages %}
{{ text }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}