{% extends "admin/cms/usersettings/change_form.html" %} {% load admin_static admin_urls i18n %} {% block field_sets %}

{{ plugin_title }}

{{ plugin_intro }} {% if empty_form %}

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

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

{% else %} {{ block.super }} {% endif %} {{ plugin_footnote }} {% endblock %} {% block after_field_sets %} {{ block.super }} {% endblock %}