+[%- USE T8 %]
[% USE HTML %]<body>
<form action="[% HTML.escape(script) %]" method="post">
<table width="100%">
<tr>
- <th class="listtop">Entwurf laden</th>
+ <th class="listtop">[% 'Load draft' | $T8 %]</th>
</tr>
<tr height="5"></tr>
<tr>
<td>
- Die folgenden Entwürfe wurden gespeichert und können geladen werden.
+ [% 'The following drafts have been saved and can be loaded.' | $T8 %]
</td>
</tr>
<table>
<tr>
<th class="listheading"> </th>
- <th class="listheading">Datum</th>
- <th class="listheading">Beschreibung</th>
- <th class="listheading">Bearbeiter</th>
+ <th class="listheading">[% 'Date' | $T8 %]</th>
+ <th class="listheading">[% 'Description' | $T8 %]</th>
+ <th class="listheading">[% 'Employee' | $T8 %]</th>
</tr>
[% FOREACH row = DRAFTS %]
<tr>
<td>
<input type="hidden" name="action" value="draft_action_dispatcher">
- <input type="submit" class="submit" name="draft_action" value="Überspringen">
- <input type="submit" class="submit" name="draft_action" value="Entwürfe löschen">
+ <input type="submit" class="submit" name="draft_action" value="[% 'Skip' | $T8 %]">
+ <input type="submit" class="submit" name="draft_action" value="[% 'Delete drafts' | $T8 %]">
</td>
</tr>
</table>