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

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

Add more customer document components.

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