view _test/Resources/view/packages/templates/HASH.tt @ 380:1eca08048ba9

TTContext migrated to the unified localization mechanism IMPL::Resources::StringLocaleMap
author cin
date Fri, 17 Jan 2014 15:58:57 +0400
parents cfd7570c2af2
children
line wrap: on
line source

[% FOR item IN model %]
    <div>$item.key : [% display_model(item.value, rel = item.key) %]</div>
[% END %]