view _test/Resources/view/packages/templates/ARRAY.tt @ 417:3ed0c58e9da3 ref20150831

working on di container, tests
author cin
date Mon, 02 Nov 2015 01:56:53 +0300
parents cfd7570c2af2
children
line wrap: on
line source

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