source: main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/applicants/browser_templates/applicantscontainerpage.pt @ 10807

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

Backup

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