{% extends "baseWidgetEditor.html" %} {% include "formMacros.html" %} {% block modalClass %} {{widgetEditorClass}} apos-ui-modal-no-sidebar apos-people-widget-editor {% endblock %} {% block modalLabel %} {{ __('Display People') }} {% endblock %} {% block modalInstructions %}

{{ __('Start typing the name of a person, then click on the suggestions that appear to insert them. Or just use tags to pull in people.') }}

{% endblock %} {% block formBody %}
{{ formSelective('ids', __('Title'), { inline: true, placeholder: __('Type a name here') }) }}
{{ formTags('tags', 'Tags', { inline: true }) }}
{% endblock %}