view _test/Resources/view/packages/templates/ARRAY.tt @ 399:753e981782ce

sync
author cin
date Mon, 12 May 2014 18:04:40 +0400
parents cfd7570c2af2
children
line wrap: on
line source

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