source: main/waeup.kofa/branches/uli-zc-async/src/waeup/kofa/applicants/browser_templates/applicantscontainerpage.pt @ 10687

Last change on this file since 10687 was 9211, checked in by uli, 12 years ago

Rollback r9209. Looks like multiple merges from trunk confuse svn when merging back into trunk.

File size: 590 bytes
Line 
1<span tal:condition="view/introduction" tal:omit-tag="">
2  <p tal:content="structure view/introduction">INTRODUCTION</p>
3</span>
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.