{% load placeholder_admin_tags i18n %}{# The admin_form only displays the widgets, no form labels etc.. in front of it #} {% block before_fieldsets %}{% endblock %} {% block plugin-message %} {% if inline_admin_form|has_no_visible_fields %}
{% trans "There are no options to configure for this element." %}
{{ adminfield.field.help_text|safe }}
{% endif %}