6 <h1>[% title | html %]</h1>
9 <form method="post" action="am.pl" id="form">
11 <table class="tbl-horizontal">
14 <th>[% 'Close Books up to' | $T8 %]</th>
15 <td>[% L.date_tag('closedto', closedto) %]</td>
18 <th>[% 'Maximum future booking interval' | $T8 %]</th>
19 <td><input type="text" name="max_future_booking_interval" id="max_future_booking_interval" value="[% HTML.escape(max_future_booking_interval) %]"></td>