{% load django_umin_tags %} {% if messages %}
| {{ field|title }} | {% endfor %}Actions |
|---|---|
| {% if field in list_display_links %} {% if field == '__str__' %} {{ obj }} {% else %} {{ obj|get_attribute:field }} {% endif %} {% else %} {% if field == '__str__' %} {{ obj }} {% else %} {{ obj|get_attribute:field }} {% endif %} {% endif %} | {% endfor %}
Showing {{ page_obj.start_index }} to {{ page_obj.end_index }} of {{ paginator.count }} results
Get started by creating a new {{ model_name }}.
{% if has_add_permission %} {% endif %}