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

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

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

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