apostrophe
Version:
The Apostrophe Content Management System.
13 lines (11 loc) • 450 B
HTML
{%- import "apostrophe-ui:components/fields.html" as fields -%}
<div class="apos-manage-grid-view">
{# We might want to bring back the shift to table view, but currently it's not functional #}
{#% include "manageViewChoices.html" %#}
<div class="apos-manage-showing" data-result-label>
{% include "manageResultLabel.html" %}
</div>
<div data-items class="apos-manage-grid-page">
{% include "manageGridPage.html" %}
</div>
</div>