aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/display_field/collection
blob: 3bc65a93ed2633460f356302b2e1bbffdedd89c6 (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 %]
[% list  %]

=for layout label

<strong > [% content | html %]: </strong>

=for layout list

<ul>
[% content %]
</ul>

=for layout item

<li>[% content | html %]</li>

=cut