{% extends "admin/base.html" %} {% for obj in queryset %} {% block title %} {{description}} {% endblock %} {% block content %}
{% csrf_token %}
{{description}}
{{ form.next_steps }}
{% endblock %} {% endfor %}