<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"
      lang="en-US"
      metal:use-macro="here/main_template/macros/master">
<body>

   <div metal:fill-slot="main" 
        tal:define="rejection here/rejectAnonymous;
                    errors python:request.get('errors', {});
                    Iterator python:modules['Products.CMFPlone'].IndexIterator;
                    tabindex python:Iterator();">

    <!-- Generated by CMFTypes Product -->

    <h1 i18n:translate="">Edit <span tal:replace="here/portal_type"/></h1>
    
    <p i18n:translate="">
    Fill in the details of this %(portal_type)s.
    </p>  

    <form class="group"
          name="edit_form"
          action="content_edit" 
          method="post" 
          enctype="multipart/form-data"
	tal:attributes="action request/URL"
	>

        <span class="legend" i18n:translate="">%(portal_type)s Details</span>    
      
      
