Mercurial > pub > Impl
view _test/Resources/view/packages/templates/ARRAY.tt @ 397:73f81f4e9570
sync
author | cin |
---|---|
date | Mon, 05 May 2014 18:17:03 +0400 |
parents | cfd7570c2af2 |
children |
line wrap: on
line source
[% FOR item IN model %] * ${loop.index}. [% display_model(item, prefix = "$prefix[$loop.index]") %] [% END %]