{% extends "baseWidgetEditor.html" %} {% include "formMacros.html" %} {% block widgetVars %} {% set widgetClass = widgetEditorClass %} {% endblock %} {% block title %} {{ __('Display %s', pluralPieceLabel ) }} {% endblock %} {% block instructions %} {{ __('You can select content to display by entering the titles of individual %s, %s, or tags.', pluralPieceLabel | lower, pluralIndexLabel | lower ) }} {% endblock %} {% block formBody %} {# One of the fieldsets will have apos-active at any given time #}
{% endblock %}