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 , 13 years ago | |
---|---|
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.