In the innermost loop of the template, choice takes on the value of each of the list elements, but you're using it as an index instead. Try this:
[% FOREACH choice IN data.$type.$company.$name.choice_list %] [% choice %]<br> [% END %]
In reply to Re: Iterating over hash of arrays in Template Toolkit
by kyle
in thread Iterating over hash of arrays in Template Toolkit
by punch_card_don
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |