  <tmpl_include name="header">

  <h2><tmpl_var name="general"></h2>
  <ul>
  <tmpl_if name="session_finished">
    <li><tmpl_var name="last_session_finished">
      <b><tmpl_var name="last_session"></b>.</li>
  <tmpl_else>
    <li><tmpl_var name="last_session_notfinished">.</li>
  </tmpl_if>

  <tmpl_if name="sshkeys_ok">
    <li><tmpl_var name="sshkeys_working">.</li>
  <tmpl_else>
    <li><tmpl_var name="sshkeys_not_working">.</li>
  </tmpl_if>
  </ul>

  <br>
  <h3><tmpl_var name="clients_in_conf"></h3>
  <table border="0">
  <tmpl_loop name="clients">
    <tr><td>&nbsp;</td><td><b><tmpl_var name="client"></b></td></tr>
  </tmpl_loop>
  </table>

  <tmpl_include name="footer">
