Mercurial > pub > Impl
view _test/Resources/view/packages/templates/ARRAY.tt @ 392:54b1dc9e808a
fixed web-resources access check
author | sergey |
---|---|
date | Fri, 14 Feb 2014 03:31:45 +0400 |
parents | cfd7570c2af2 |
children |
line wrap: on
line source
[% FOR item IN model %] * ${loop.index}. [% display_model(item, prefix = "$prefix[$loop.index]") %] [% END %]