source: main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantscontainerpage.pt

Last change on this file was 12247, checked in by Henrik Bettermann, 10 years ago

Remove deprecated HTML and REST widgets and use html2dict instead.

File size: 453 bytes
RevLine 
[9078]1<table class="form-table">
[6029]2  <tbody>
3    <tal:block repeat="widget view/widgets">
4      <tr>
5        <td class="fieldname">
[6063]6          <tal:block replace="python:widget.label"/>:
[6029]7        </td>
[7459]8        <td>
[6063]9          <tal:block tal:replace="structure widget" />
[6029]10        </td>
11      </tr>
12    </tal:block>
13  </tbody>
[7477]14</table>
[9078]15
16<span tal:condition="view/introduction" tal:omit-tag="">
17  <p tal:content="structure view/introduction">INTRODUCTION</p>
18</span>
Note: See TracBrowser for help on using the repository browser.