apostrophe
Version:
The Apostrophe Content Management System.
15 lines (14 loc) • 397 B
HTML
<div class="apos-table">
{% include "manageViewChoices.html" %}
<div class="apos-manage-showing" data-result-label>
{% include "manageResultLabel.html" %}
</div>
<table data-items class="apos-manage-table">
<thead data-headings>
{% include "manageHeadings.html" %}
</thead>
<tbody data-list>
{% include "manageListPage.html" %}
</tbody>
</table>
</div>