{% extends "admin/change_form.html" %} {% block field_sets %} {% for fieldset in adminform %}
{{ field.contents }}
{{ field.field.help_text|safe }}