|
Lines 94-103
Link Here
|
| 94 |
<div> |
94 |
<div> |
| 95 |
<h2>Items in <i>[% colTitle | html %]</i></h2> |
95 |
<h2>Items in <i>[% colTitle | html %]</i></h2> |
| 96 |
[% IF ( collectionItemsLoop ) %] |
96 |
[% IF ( collectionItemsLoop ) %] |
| 97 |
[% FOREACH collectionItemsLoo IN collectionItemsLoop %] |
97 |
<h3>Total items: [% collectionItemsLoop.size | html%]</h3> |
| 98 |
[% totalItems = loop.size %] |
|
|
| 99 |
[% END %] |
| 100 |
<h3>Total Items: [% totalItems | html%]</h3> |
| 101 |
<table> |
98 |
<table> |
| 102 |
<tr> |
99 |
<tr> |
| 103 |
<th>Title</th> |
100 |
<th>Title</th> |
| 104 |
- |
|
|