{% for label, messages in app.flashes(['success', 'warning', 'danger', 'info', 'primary']) %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endfor %}
ID | Название | Активная | {% for article in articles %} | |
---|---|---|---|---|
{{ article.id }} | {{ article.title }} | {% if article.isActive %}Да | {% else %}Нет | {% endif %}
-
{% if prev_page %}
- Предыдущая страница {% endif %} {% if next_page %}
- Следующая страница {% endif %}