{% extends "default/_layout.html" %} {% block title %}Статистика{% endblock %} {% block content %}

Настройки

{% if g.errors['total'] > 0 %}
{% for error in g.errors['items'] %}
{{ error }}
{% endfor %}
{% else %}

Статус

{% if container.status == 0 %}

Неактивен

{% else %}

Активен

{% endif %}

Удалить

{% endif %}
{% endblock %}