{% extends 'baseModal.html' %} {% include 'uiMacros.html' %} {% include 'snippetMacros.html' %} {% block modalClass %} {{manageClass}} apos-ui-modal-no-sidebar {% endblock%} {% block modalControls %} {{ renderProgressBtn({dataAttrs: 'data-cancel', float: 'left', arrow: 'left', label: __('Done')}) }} {{ renderProgressBtn({dataAttrs: newButtonData, float: 'right', arrow: 'right', color: 'base', label: __( 'New %s', __(instanceLabel) | e )}) }} {% endblock%} {% block modalFilters %}
{{ snippetTrashFilter() }} {{ snippetPublishedFilter() }} {{ snippetDateFilter() }} {{ snippetSearchFilter() }}
{% endblock %} {% block modalLabel %} {{ __('Manage %s', __(pluralLabel) | e ) }} {% endblock %} {% block modalBody %}
{{ __('Date') }} {{ __('Title') }} {{ __('Author') }} {{ __('Status') }}
{{ __('Sample Title') }}
{# Container for pager, which gets rendered here by js #}
{% endblock %}