source: main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantscontainerpage.pt @ 7493

Last change on this file since 7493 was 7477, checked in by Henrik Bettermann, 13 years ago

Set css class of <tr> tag.

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