{% extends 'od/base.html' %} {% block content %}

{{model_admin.model_name_display}} List View

{% if messages %} {% endif %} {% if model_admin.list_display %} {% block css_files %}{{filters_form.media}}{% endblock css_files %} {% include 'od/app/model/search.html' %} {% include 'od/app/model/actions_and_filters.html' %}
{% include 'od/app/data/table_list.html' %}
{% else %}
{% for obj in page_obj %} {{obj}} {% endfor %}
{% endif %} {% include 'od/paginator.html' %} {% endblock content %}