Time  Nick   Message
10:12 Bishop Hello koha team. AM trying to use the below toolkit to list all checkouts for checkout nitice. Why is it no working?       [% FOREACH item IN CheckedOutItems %]       <div class="book-details">         <p style="color: #3498db; font-weight: bold;">*[% loop.index %]. [% item.Title %]* by [% item.Author %] - Barcode: [% item.Barcode %]</p>       </div>       [% END %]