source: main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser_templates/customerhistory.pt @ 12793

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

Add browser components for customers. Tests will follow.

File size: 137 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>
Note: See TracBrowser for help on using the repository browser.