-</tal:case>
-
-<tal:case tal:condition="options/isAnonOrUserManager">
- <form action="." method="post"
- tal:attributes="action form/action">
- <table class="FormLayout">
- <tr>
- <th i18n:translate="">Member ID</th>
- <td>
- <input type="text" name="member_id" size="30" value=""
- tal:attributes="value options/member_id" />
- </td>
- </tr>
- <tr>
- <th i18n:translate="">First name</th>
- <td>
- <input type="text" name="given_name" size="30" value="" tal:attributes="value options/given_name|nothing" />
- </td>
- </tr>
- <tr>
- <th i18n:translate="">Last name</th>
- <td>
- <input type="text" name="name" size="30" value="" tal:attributes="value options/name|nothing" />
- </td>
- </tr>
- <tr>
- <th i18n:translate="">Email Address</th>
- <td>
- <input type="text" name="member_email" size="30" value=""
- tal:attributes="value options/member_email" />
- </td>
- </tr><tal:case tal:condition="not: options/validate_email">
- <tr>
- <th i18n:translate="">Password</th>
- <td>
- <input type="password" name="password" size="30" />
- </td>
- </tr>
- <tr>
- <th i18n:translate="">Password (confirm)</th>
- <td>
- <input type="password" name="confirm" size="30" />
- </td>
- </tr>
- <tr>
- <th i18n:translate="">Mail Password?</th>
- <td>
- <input type="checkbox" name="send_password" id="cb_send_password"
- tal:attributes="checked options/send_password" />
- <em><label for="cb_send_password" i18n:translate="">Check this box to
- have the password mailed.</label></em>
- </td>
- </tr></tal:case>
- <tr>
- <td> </td>
- <td>
- <metal:macro metal:use-macro="context/form_widgets/macros/buttons" />
- </td>
- </tr>
- </table>
- </form>
-</tal:case>
-
-</div>
-</metal:slot>
-
-</body>
+ </tal:case>
+ <tal:case tal:condition="options/isAnonOrUserManager">
+ <form action="." method="post" tal:attributes="action form/action">
+ <table class="FormLayout">
+ <tr>
+ <th i18n:translate="">Member ID</th>
+ <td>
+ <input type="text" name="member_id" size="30" value="" tal:attributes="value options/member_id"/>
+ </td>
+ </tr>
+ <tr>
+ <th i18n:translate="">First name</th>
+ <td>
+ <input type="text" name="given_name" size="30" value="" tal:attributes="value options/given_name|nothing"/>
+ </td>
+ </tr>
+ <tr>
+ <th i18n:translate="">Last name</th>
+ <td>
+ <input type="text" name="name" size="30" value="" tal:attributes="value options/name|nothing"/>
+ </td>
+ </tr>
+ <tr>
+ <th i18n:translate="">Email Address</th>
+ <td>
+ <input type="text" name="member_email" size="30" value="" tal:attributes="value options/member_email"/>
+ </td>
+ </tr>
+ <tal:case tal:condition="not: options/validate_email">
+ <tr>
+ <th i18n:translate="">Password</th>
+ <td>
+ <input type="password" name="password" size="30"/>
+ </td>
+ </tr>
+ <tr>
+ <th i18n:translate="">Password (confirm)</th>
+ <td>
+ <input type="password" name="confirm" size="30"/>
+ </td>
+ </tr>
+ <tr>
+ <th i18n:translate="">Mail Password?</th>
+ <td>
+ <input type="checkbox" name="send_password" id="cb_send_password" tal:attributes="checked options/send_password"/>
+ <em>
+ <label for="cb_send_password" i18n:translate="">Check this box to
+ have the password mailed.</label>
+ </em>
+ </td>
+ </tr>
+ </tal:case>
+ <tr>
+ <td>
+ <br/>
+ </td>
+ <td>
+ <metal:macro metal:use-macro="context/form_widgets/macros/buttons"/>
+ </td>
+ </tr>
+ </table>
+ </form>
+ </tal:case>
+ </div>
+ </metal:slot>
+ </body>