3 <h1>[% HTML.escape(title) %]</h1>
7 [% HTML.escape(message) %]
11 <form method="post" action="generictranslations.pl" id="form">
16 <th class="listheading"> </th>
17 <th class="listheading">[% 'Factur-X/ZUGFeRD notes for each invoice' | $T8 %]</th>
20 [%- FOREACH language = LANGUAGES %]
23 [%- IF language.id == 'default' %]
24 [% 'Default (no language selected)' | $T8 %]
26 [%- HTML.escape(language.description) %]
29 <td><input name="translation__[% language.id %]" size="40" value="[% HTML.escape(language.translation) %]"></td>