annotate _test/Resources/view/packages/templates/ARRAY.tt @ 415:3d24b10dd0d5 ref20150831

working on IMPL::Config::Container
author cin
date Tue, 20 Oct 2015 07:32:55 +0300
parents cfd7570c2af2
children
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 %]
351
cfd7570c2af2 working on TTView: created TTView class for rendering models
cin
parents: 349
diff changeset
2 * ${loop.index}. [% display_model(item, prefix = "$prefix[$loop.index]") %]
348
f116cd9fe7d9 working on TTView: pre-alpha version
cin
parents:
diff changeset
3 [% END %]