{% extends "apostrophe-modal:base.html" %} {% import "apostrophe-modal:macros.html" as modals %} {% block controls %}
{{ modals.button({dataAttrs: 'data-save', float: 'right', color: 'base', label: __ns('apostrophe', 'Save')}) }} {{ modals.button({dataAttrs: 'data-cancel', float: 'left', arrow: 'left', label: __ns('apostrophe', 'Cancel')}) }}
{% endblock %} {% block label %} {{ __ns('apostrophe', 'Choose %s', __ns('apostrophe', data.options.pluralLabel | d(''))) }} {% endblock %} {% block body %} {# Populated via js #}

{{ __ns('apostrophe', "By Tag") }}

{% endblock %}