aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/base/layout/field/collection.tt
blob: 47244e7c3c0d5dae3b11be43e6ffbd38049ef5c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
=for layout widget

[% label_box %]
[% list  %]

=for layout label_box

<strong> [% label %]: </strong>

=for layout list

<ul>
[% call_next %]
</ul>

=for layout item

<li>[% name %]</li>

=cut