view _test/Resources/view/packages/templates/ARRAY.tt @ 379:a471e8b77544

sync
author cin
date Thu, 16 Jan 2014 18:10:50 +0400
parents cfd7570c2af2
children
line wrap: on
line source

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