<div>
<h2>Items in <em>[% colTitle | html %]</em></h2>
[% IF ( collectionItemsLoop ) %]
<h3>Total items: [% collectionItemsLoop.size | html%]</h3>
<table>
<caption>Total items: [% collectionItemsLoop.size | html%]</caption>
<tr>
<th>Title</th>
<th>Call number</th>
[% IF ( collectionsLoop ) %]
<table id="rotating-collections-table">
<caption class="sr-only">Rotating collections</caption>
<thead>
-