[% SET tmp.section = '' %] [% SET tmp.name = '' %] [% SET tmp.desc = '' %] [% FOREACH food = table.food_menu.r %] [%# Handle new menu sections %] [% IF tmp.section != food.section %] [% END %] [% SET tmp.section = food.section %] [% IF food.enabled %] [%# Clone for mutation %] [% SET tmp.food = food.clone %] [%# Don't show the same food desc twice in a row. %] [%# Don't show the food desc if same as food name. %] [% IF food.desc == tmp.desc or food.desc == tmp.food.name %] [% CALL tmp.food.set_desc('') %] [% END %] [%# Don't show the same food name twice in a row. %] [% IF food.name == tmp.name %] [% CALL tmp.food.set_name('') %] [% END %] [%# Remember what was checked this time. %] [% SET tmp.name = food.name %] [% SET tmp.desc = food.desc %] [% IF tmp.food.desc.length %] [% END %] [% END %] [% END %]
[% food.section.html_nbsp %]
[% tmp.food.name.html_nbsp %] [% tmp.food.desc.html %]  [% tmp.food.size.html_nbsp %]  [% tmp.food.price.html_nbsp %]  [%IF tmp.food.no %]#[% tmp.food.no.html_nbsp %][% END %]