  <TMPL_INCLUDE NAME="header">

  <h2>SSH keys</h2>

  <p>Are you sure you want to delete all information about the client 
    <b><TMPL_VAR NAME="client"></b>?</p>

  <form action="?rm=backup" method="post">
    <input type="hidden" id="rm" name="rm" value="backup">
    <input type="hidden" id="action" name="action" value="delete_client">
    <input type="hidden" id="client" name="client"
      value="<TMPL_VAR NAME="client">">
    <input type="submit" name="backup_delete_client"
      id="backup_delete_client" value="<tmpl_var name="delete_str">">
  </form>

  <TMPL_INCLUDE NAME="footer">