{% extends "base.html" %} {% block title %}Настройки{% endblock %} {% block content %}

Настройки

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}

Смена пароля администратора

Настройки магазина

Сообщения бота

{% if settings.updated_at %}

Последнее обновление: {{ settings.updated_at.strftime('%Y-%m-%d %H:%M:%S') }}

{% endif %}
{% endblock %}