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

Last change on this file since 9168 was 8406, checked in by Henrik Bettermann, 12 years ago

Go directly to ApplicantsContainerManageFormPage? when clicking container link on ApplicantsRootManageFormPage?.

Hide Manage button on ApplicantsContainerPage?.

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.