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