{% extends "admin/cms/usersettings/change_form.html" %} {% load admin_urls i18n static %} {% block field_sets %} {{ 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 %}