{% load django_umin_tags %} {% if messages %}
{% for message in messages %}
{% if message.tags == 'success' %} {% elif message.tags == 'error' %} {% else %} {% endif %}

{{ message }}

{% endfor %}
{% endif %}
{% csrf_token %} {% if actions and actions_on_top %}
items selected
{% endif %} {% if object_list %}
{% if actions %} {% endif %} {% for field in list_display %} {% endfor %} {% for obj in object_list %} {% if actions %} {% endif %} {% for field in list_display %} {% endfor %} {% endfor %}
{{ field|title }} Actions
{% if is_paginated %}
{% if page_obj.has_previous %} Previous {% endif %} {% if page_obj.has_next %} Next {% endif %}
{% endif %} {% if actions and actions_on_bottom %}
items selected
{% endif %} {% else %}

No {{ model_name_plural }} found

{% if search_query %} No results match your search criteria. {% else %} Get started by creating a new {{ model_name }}. {% endif %}

{% if has_add_permission and not search_query %} {% endif %}
{% endif %}