3 <h1>[% HTML.escape(title) %]</h1>
 
   6  [% HTML.escape(message) %]
 
   9  <form method="post" action="generictranslations.pl" id="form">
 
  11    [%- FOREACH mail_string IN MAIL_STRINGS.keys.sort %]
 
  13       <th class="listheading"> </th>
 
  14       <th class="listheading">[% MAIL_STRINGS.$mail_string %]</th>
 
  17      [%- FOREACH language = LANGUAGES %]
 
  20        [%- IF language.id == 'default' %]
 
  21        [% 'Default (no language selected)' | $T8 %]
 
  23        [%- HTML.escape(language.description) %]
 
  25        [%- IF mail_string.search('preset_text_periodic_invoices') %]
 
  27         <a href="doc/html/ch03.html#features.periodic-invoices.variables" target="_blank">?</a>
 
  31        [%- IF mail_string.search('preset') && !mail_string.search('subject')%]
 
  32         <textarea name="translation__[% language.id %]__[% mail_string %]" rows="4" cols="60" class="texteditor">[% HTML.escape(language.$mail_string) %]</textarea>
 
  34         <input name="translation__[% language.id %]__[% mail_string %]" size="40" value="[% HTML.escape(language.$mail_string) %]">