| Lines 1-16
          
      
      
        Link Here | 
        
          | 1 | [% USE CGI %] | 1 | [% USE CGI %] | 
            
              |  |  | 2 | [% PROCESS 'i18n.inc' %] | 
        
          | 2 | [% SET footerjs = 1 %] | 3 | [% SET footerjs = 1 %] | 
        
          | 3 | [% BLOCK translate_card_element %] | 4 | [% BLOCK translate_card_element %] | 
        
          | 4 | [%-  SWITCH element -%] | 5 | [%-  SWITCH element -%] | 
          
            
              | 5 | [%-  CASE 'layout'    -%]<span>layout</span> | 6 | [%-  CASE 'layout'    -%][% t('layout') %] | 
            
              | 6 | [%-  CASE 'Layouts'   -%]<span>Layouts</span> | 7 | [%-  CASE 'Layouts'   -%][% t('Layouts') %] | 
            
              | 7 | [%-  CASE 'template'  -%]<span>template</span> | 8 | [%-  CASE 'template'  -%][% t('template') %] | 
            
              | 8 | [%-  CASE 'Templates' -%]<span>Templates</span> | 9 | [%-  CASE 'Templates' -%][% t('Templates') %] | 
            
              | 9 | [%-  CASE 'profile'   -%]<span>profile</span> | 10 | [%-  CASE 'profile'   -%][% t('profile') %] | 
            
              | 10 | [%-  CASE 'Profiles'  -%]<span>Profiles</span> | 11 | [%-  CASE 'Profiles'  -%][% t('Profiles') %] | 
            
              | 11 | [%-  CASE 'batch'     -%]<span>batch</span> | 12 | [%-  CASE 'batch'     -%][% t('batch') %] | 
            
              | 12 | [%-  CASE 'Batches'   -%]<span>Batches</span> | 13 | [%-  CASE 'Batches'   -%][% t('Batches') %] | 
            
              | 13 | [%-  CASE 'Actions'   -%]<span>Actions</span> | 14 | [%-  CASE 'Actions'   -%][% t('Actions') %] | 
        
          | 14 | [%-  END -%] | 15 | [%-  END -%] | 
        
          | 15 | [% END %] | 16 | [% END %] | 
        
          | 16 | [% BLOCK translate_card_elements %] | 17 | [% BLOCK translate_card_elements %] | 
            
              | 17 | -  |  |  |