{% extends "baseWidgetEditor.html" %} {% include "formMacros.html" %} {% block widgetVars %} {% set widgetClass = widgetEditorClass %} {% endblock %} {% block title %} Display {{ pluralLabel }} {% endblock %} {% block instructions %} Start typing the title of a {{ instanceLabel | lower }}, then click on the suggestions that appear to insert them. Or just use tags to pull in {{ pluralLabel | lower }}. {% endblock %} {% block formBody %}
{{ formTags('tags', 'Tags') }} {{ formText('limit', pluralLabel + ' Shown') }}
{{ formSelective('ids', titleLabel) }} {% endblock %}