Lines 115-121
Link Here
|
115 |
|
115 |
|
116 |
<div class="page-section"> |
116 |
<div class="page-section"> |
117 |
[% IF ( collectionItemsLoop ) %] |
117 |
[% IF ( collectionItemsLoop ) %] |
118 |
<h2>Total items: [% collectionItemsLoop.size | html%]</h2> |
118 |
<h2>Items in collection</h2> |
|
|
119 |
<p>Total items: [% collectionItemsLoop.size | html%]</p> |
119 |
<table> |
120 |
<table> |
120 |
<tr> |
121 |
<tr> |
121 |
<th>Title</th> |
122 |
<th>Title</th> |
122 |
- |
|
|