6 <h1>[% title | html %]</h1>
 
   8 <form method="post" action="am.pl" id="form">
 
  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>