{% extends "admin/base.html" %} {% block header %}{{ model_name|title }} - List{% endblock %} {% block content %}
| {% for field in list_display %} | {{ field|replace('_', ' ')|title }} ↑ ↓ | {% endfor %}Actions |
|---|---|---|
| {% for field in list_display %} | {% endfor %} | Edit |
No {{ model_name }} found.