[% WRAPPER 'master_templates/master.tmpl' theme="yui" app_key='view_available_locales' -%] [%# does not need to be sortable %] [% FOREACH theme IN data.themes %] [% END %] [% SET rowcount = 0 %] [%# isn't there a class that auto-alternates row color ? %] [% FOREACH tag IN data.locale_menu.1 %] [% rowcount = rowcount + 1 %] [% IF data.cpanel_provided.exists(tag) %] [% ELSE %] [% END %] [% FOREACH theme IN data.themes %] [% IF data.existance_map.$theme.$tag %] [% ELSE %] [% END %] [% END %] [% END %]
 Provider NameLocale[% theme FILTER html %]
    [% data.locale_menu.0.$tag %] [% tag %]

Comments:

[% END %]