source: main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser_templates/contractpage.pt @ 12215

Last change on this file since 12215 was 12097, checked in by Henrik Bettermann, 10 years ago

The term 'application' should really not be used in Python-based portal software.

Replace 'application' by 'contract': batch 1

File size: 629 bytes
Line 
1<div class="wfstatus-sub"  i18n:domain="waeup.ikoba">
2  Contract State: <span tal:replace="context/translated_state">
3    CONTRACTSTATE</span>
4</div>
5
6<div class="workflow">
7  <div tal:repeat="msg context/history/messages">
8    <span tal:replace="msg">MESSAGE</span><br />
9  </div>
10</div>
11
12<table class="form-table" i18n:domain="waeup.ikoba">
13  <tbody>
14    <tr>
15      <td i18n:translate="" class="fieldname">
16        Contract Type:
17      </td>
18      <td>
19        <span tal:content="context/translated_class_name">CLASSNAME</span>
20      </td>
21    </tr>
22    <tal:widgets content="structure provider:widgets" />
23  </tbody>
24</table>
Note: See TracBrowser for help on using the repository browser.