<html xmlns="http://www.w3.org/1999/xhtml" metal:use-macro="here/main_template/macros/master">

  <head>
    <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
    <title>Local roles form</title>
  </head>

  <body metal:fill-slot="main" i18n:domain="plinn" tal:omit-tag="">
    <table metal:use-macro="here/local_roles_macros/macros/local_roles_settings">
      <tr>
        <td>
          <div metal:use-macro="here/local_roles_macros/macros/local_roles_tabs">
            local_roles_tabs
          </div>
        </td>
      </tr>
      <tr>
        <td tal:omit-tag="" metal:fill-slot="form">
          <div metal:use-macro="here/local_roles_macros/macros/local_roles_summary">
            Current local roles listing
          </div>
        </td>
      </tr>
    </table>
    <p></p>
  </body>

</html>