{% extends "base.html" %} {% load static %} {% load widget_tweaks %} {% load dashboard_tags %} {% block content %}

{{ model_name_verbose_plural }}

{% include 'ordering.html' %} {% with app_name|add:':'|add:model_name|lower|add:'_filter' as element_filter %} {% endwith %} {% with app_name|add:':'|add:model_name|lower|add:'_create' as element_create %} {% endwith %}
{% include 'alerts.html' %}
{% include 'filters.html' %}
{% for object in object_list %}
{% include template_preview_name %}
{% endfor %}
{% include 'pagination.html' %}
{% endblock content %}