Mercurial > pub > Impl
view _test/Resources/view/packages/templates/ARRAY.tt @ 398:38cb0b80e88e
minor changes
author | sergey |
---|---|
date | Thu, 08 May 2014 03:53:17 +0400 |
parents | cfd7570c2af2 |
children |
line wrap: on
line source
[% FOR item IN model %] * ${loop.index}. [% display_model(item, prefix = "$prefix[$loop.index]") %] [% END %]