{% extends change_form_template|default:"admin/cms/usersettings/change_form.html" %} {% load admin_static i18n %} {% block extrahead %} {% endblock %} {% block field_sets %}{% with line=adminform.first_field %}
{{ line.errors }} {{ line }} {% if not line.value %}

{% trans "There are no further settings for this plugin" %}

{% trans "Please hit OK to save." %}

{% endif %}
{% endwith %}{% endblock field_sets %}