{% extends 'admin/change_form.html' %} {% load i18n %} {% block field_sets %} {% if help_text %}

{{ help_text.text }} {% if help_text.documentation_url %} {% blocktrans with anchor_open=''|safe anchor_close=''|safe %} Please refer to the {{ anchor_open }}documentation{{ anchor_close }} for more information. {% endblocktrans %} {% endif %}

{{ block.super }} {% endif %} {% endblock %}