view _test/Resources/view/packages/templates/ARRAY.tt @ 377:a0d342ac9a36

sync
author cin
date Tue, 14 Jan 2014 20:06:36 +0400
parents cfd7570c2af2
children
line wrap: on
line source

[% FOR item IN model %]
    * ${loop.index}. [% display_model(item, prefix = "$prefix[$loop.index]") %]
[% END %]