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

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

Start internationalization of applicants package. Store description as reST dictionary like frontpage in browsers.

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