source: main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser_templates/documentpage.pt @ 12033

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

Display document state.

File size: 676 bytes
Line 
1<div class="wfstatus-sub"  i18n:domain="waeup.kofa">
2  Document State:
3  <span tal:replace="context/translated_state">
4    VERIFICATIONSTATE
5  </span>
6</div>
7
8<div class="workflow">
9  <div tal:repeat="msg context/history/messages">
10    <span tal:replace="msg">MESSAGE</span><br />
11  </div>
12</div>
13
14<table class="form-table" i18n:domain="waeup.ikoba"
15  tal:define="files provider:files">
16  <tbody>
17    <tal:widgets content="structure provider:widgets" />
18    <tr tal:condition="python: files.replace('\n','')">
19      <td class="separator" colspan=2 i18n:translate="">
20        Uploaded Files
21      </td>
22    </tr>
23    <tal:files content="structure files" />
24  </tbody>
25</table>
Note: See TracBrowser for help on using the repository browser.