f84ba95e8
6a9d43bcb
1 2
3
4
5
6
7
8 9 10 11
<div class="widget"> <h3>{{$header}}</h3> {{if $items}} <table> {{foreach $items as $item}} <tr><td>{{$item.cr_name}}</td><td>{{$item.cr_inroom}}</td></tr> {{/foreach}} </table> {{/if}} </div>