{% if error_message %}
{{ error_message }}
{% endif %} {% if success_message %}
{{ success_message }}
{% endif %}

Сохранённые магазины

{% if tokens %} {{ tokens|length }} {% endif %}
{% if tokens %}
{% for token in tokens %}
{{ token.name }} {% if current_user["is_admin"] and token.owner %} ({{ token.owner }}) {% endif %}
{% if token.id == active_token_id %} ● Активен {% endif %}
{% if token.id != active_token_id %}
{% endif %}
Изменить данные
{% endfor %}
{% else %}
Пока нет сохранённых магазинов.
{% endif %}

Добавить магазин