{% load i18n adminmedia %} {{ inline_admin_formset.formset.management_form }} {% comment %}Don't render the formset at all if there aren't any forms.{% endcomment %} {% if inline_admin_formset.formset.forms %}
{{ field.field.help_text|safe }}