annotate _test/Resources/view/packages/templates/ARRAY.tt @ 350:f356c4894d1b

working on TTView: layouts
author cin
date Mon, 07 Oct 2013 17:35:54 +0400
parents 86b470004d47
children cfd7570c2af2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
348
f116cd9fe7d9 working on TTView: pre-alpha version
cin
parents:
diff changeset
1 [% FOR item IN model %]
349
86b470004d47 added lables loading
cin
parents: 348
diff changeset
2 * ${loop.index}. [% display(item, { _no_resolve => 1, prefix => "$prefix[$loop.index]"}) %]
348
f116cd9fe7d9 working on TTView: pre-alpha version
cin
parents:
diff changeset
3 [% END %]