{% extends "djangordf/admin/base.html" %} {% block title %}{{ model_name }} — list{% endblock %} {% block content %}

{{ model_name }}

Add new {{ model_name }}

{% if rows %} {% for col in columns %}{% endfor %} {% for row in rows %} {% for cell in row.cells %}{% endfor %} {% endfor %}
{{ col }}
{{ cell }} edit delete
{% else %}

No instances yet.

{% endif %} {% endblock %}