6 <h1>[% title | html %]</h1>
 
   8 <form method=post action=am.pl>
 
  12     <th>[% 'Close Books up to' | $T8 %]</th>
 
  13     <td>[% L.date_tag('closedto', closedto) %]</td>
 
  16     <th>[% 'Maximum future booking interval' | $T8 %]</th>
 
  17     <td><input type="text" name="max_future_booking_interval" id="max_future_booking_interval" value="[% HTML.escape(max_future_booking_interval) %]"></td>
 
  24 <input type=hidden name=nextsub value=doclose>
 
  25 <input type=submit class=submit name=action value="[% 'Continue' | $T8 %]">