[% BLOCK showhierarchy %] [% FOREACH tree IN trees %] [% PROCESS showtree tree = tree %] [% END %] [% END %] [% BLOCK showtree %] [% END %] [% BLOCK authtypelabel %] [% UNLESS ( type=='seefrom' || type=='seealso' || type=='' ) %] [% FILTER trim %][% SWITCH type %] [% CASE 'earlier' %]Earlier heading [% CASE 'later' %]Later heading [% CASE 'acronym' %]Acronym [% CASE 'musical' %]Musical composition [% CASE 'broader' %]Broader heading [% CASE 'narrower' %]Narrower heading [% CASE %][% type %] [% END %][% END %] [% END %] [% END %] [% BLOCK otherscript %] [% FOREACH heading IN headings %] [% IF heading.category == wantcategory %] [% IF heading.direction == 'ltr' %]
[% heading.term %]
[% ELSIF heading.direction == 'rtl' %]
[% heading.term %]
[% END %] [% END %] [% END %] [% END %] [% BLOCK authheadingdisplay %] [% IF authid %][% heading %] [% ELSIF search %][% heading %] [% ELSE %][% heading %] [% END %] [% END %] [% BLOCK language %] [% SWITCH lang %] [% CASE ['en', 'eng'] %]English [% CASE ['fr', 'fre'] %]French [% CASE ['it', 'ita'] %]Italian [% CASE ['de', 'ger', 'deu'] %]German [% CASE ['es', 'spa'] %]Spanish [% CASE %][% lang %] [% END %] [% END %]