  <tmpl_include name="header">

  <h2><tmpl_var name="maint"> - <tmpl_var name="delete_str"></h2>

  <p><tmpl_var name="maint_delete">
    <b><tmpl_var name="client"></b>:</p>

  <tmpl_if name="deleting_none">
    <p><font color="red"><tmpl_var name="maint_delete_none">.</font></p>
  <tmpl_else>
    <form action="?rm=maint_delete_confirm" method="post">
      <input type="hidden" id="rm" name="rm" value="maint_delete_confirm">
      <input type="hidden" id="client" name="client"
        value="<tmpl_var name="client">">
      <select id="snapshot" name="snapshot">
      <tmpl_loop name="snapshots">
        <option value="<tmpl_var name="id">"><tmpl_var name="time"></option>
      </tmpl_loop>
      </select>
      <input type="submit" name="delete_older_than_snapshot"
        id="delete_older_than_snapshot"
	value="<tmpl_var name="delete_str">">
    </form>
  </tmpl_if>

  <tmpl_include name="footer">
