{%- extends "apostrophe-modal:base.html" -%} {%- import "apostrophe-modal:macros.html" as modals -%} {%- import "apostrophe-ui:components/buttons.html" as buttons with context -%} {%- block modalClass -%} {{ 'tags-manager' | css }} apos-ui-modal-no-sidebar {%- endblock -%} {%- block controls -%} {{ buttons.minor('Finish', { action: 'cancel' }) }} {%- endblock -%} {%- block label -%} {{ __('Manage Tags') }} {%- endblock -%} {% block instructions %} {#

{{ __('Create, edit, and remove tags.') }}

#}
{% endblock %} {%- block body -%}
{# ajax populates me with either the grid view or the table view #}
{%- endblock -%} {%- block footerContainer -%}{%- endblock -%}