[% content_only = 1; # no html wrappers # FOREACH u IN users; INCLUDE dumper.tt dump = u.as_tree; END %] --select user-- [% FOREACH u IN users; NEXT UNLESS u.active.match('yes') %] [% u.first_name.ucfirst; ' '; u.last_name.upper %] [% END %]