{% extends "admin/base.html" %} {% block header %}{{ model_name|title }} - List{% endblock %} {% block content %}
{% if search_fields %}
{% endif %}
{% for field in list_display %} {% endfor %}
{{ field|replace('_', ' ')|title }} Actions

No {{ model_name }} found.

Showing to of results
{% endblock %}