[% USE CGI %] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% BLOCK translate_card_element %] [%- SWITCH element -%] [%- CASE 'layout' -%][% t('layout') | html %] [%- CASE 'Layouts' -%][% t('Layouts') | html %] [%- CASE 'template' -%][% t('template') | html %] [%- CASE 'Templates' -%][% t('Templates') | html %] [%- CASE 'profile' -%][% t('profile') | html %] [%- CASE 'Profiles' -%][% t('Profiles') | html %] [%- CASE 'batch' -%][% t('batch') | html %] [%- CASE 'Batches' -%][% t('Batches') | html %] [%- CASE 'Actions' -%][% t('Actions') | html %] [%- END -%] [% END %] [% BLOCK translate_card_elements %] [%- SWITCH element -%] [%- CASE 'layout' -%]layouts [%- CASE 'template' -%]templates [%- CASE 'profile' -%]profiles [%- CASE 'batch' -%]batches [%- END -%] [% END %] [% INCLUDE 'doc-head-open.inc' %]