2 <h1>{{$title}} - {{$page}} ({{$count}})</h1>
7 <th>{{$id_header}}</th>
8 <th>{{$param_header}}</th>
9 <th>{{$created_header}}</th>
10 <th>{{$prio_header}}</th>
12 {{foreach $entries as $e}}
15 <td>{{$e.parameter}}</td>
16 <td>{{$e.created}}</td>
17 <td>{{$e.priority}}</td>