<html metal:use-macro="here/main_template/macros/master"
      xmlns:tal="http://xml.zope.org/namespaces/tal"
      xmlns:metal="http://xml.zope.org/namespaces/metal"
      xmlns:i18n="http://xml.zope.org/namespaces/i18n">
  <head>
    <title>Payment template</title>
    <meta http-equiv="content-type" content="text/html;charset=utf-8" />
    
  </head>
  <body>
    <div metal:fill-slot="main_no_tabs" tal:omit-tag=""
         tal:define="paymentRequest options/paymentRequest">
      
      <div tal:content="structure paymentRequest/FORM">
        formulaire cyberplus
      </div>
    </div>
  </body>
</html>