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

Last change on this file since 10187 was 10101, checked in by Henrik Bettermann, 11 years ago

This is the correct way to hide the hidden attribute.

File size: 551 bytes
Line 
1<table class="form-table">
2  <tbody>
3    <tal:block repeat="widget view/widgets">
4      <tal:condition condition="python:widget.name != 'form.description'">
5      <tr>
6        <td class="fieldname">
7          <tal:block replace="python:widget.label"/>:
8        </td>
9        <td>
10          <tal:block tal:replace="structure widget" />
11        </td>
12      </tr>
13      </tal:condition>
14    </tal:block>
15  </tbody>
16</table>
17
18<span tal:condition="view/introduction" tal:omit-tag="">
19  <p tal:content="structure view/introduction">INTRODUCTION</p>
20</span>
Note: See TracBrowser for help on using the repository browser.