{% extends "adminlte/page.html" %} {% load i18n %} {% block page_title %}Messages + Pagination{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}
Django messages → AdminLTE alerts

Flash a Django message — rendered by adminlte/partials/messages.html at the top of the content area (level → Bootstrap class, with an icon):

Paginated table — Django Paginator
{% for row in page_obj %} {% endfor %}
#NameStatus
{{ row.id }} {{ row.name }} {{ row.status }}
{% endblock %}