view _test/Resources/view/packages/templates/ARRAY.tt @ 351:cfd7570c2af2

working on TTView: created TTView class for rendering models
author cin
date Tue, 08 Oct 2013 17:40:35 +0400
parents 86b470004d47
children
line wrap: on
line source

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