source: main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/studenthistory.pt @ 7443

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

Add logger, student workflow and student workflow history.

File size: 231 bytes
Line 
1<h2 i18n:translate=""
2    tal:condition="view/label"
3    tal:content="view/label">Label</h2>
4
5<div class="workflow">
6  <div tal:repeat="msg context/history/messages">
7    <span tal:replace="msg">message</span><br />
8  </div>
9</div>
Note: See TracBrowser for help on using the repository browser.