source: WAeUP-SRP/trunk/skins/waeup_student/payed_hostel_fee.pt @ 272

Last change on this file since 272 was 166, checked in by joachim, 19 years ago

=more enhancements

File size: 564 bytes
Line 
1<html metal:use-macro="here/content_lib_master/macros/master">
2  <metal:block fill-slot="head_slot">
3  </metal:block>
4  <metal:block fill-slot="header">
5  </metal:block>
6  <metal:block fill-slot="main"
7               tal:define="student context/getContent;
8               dict options/dict"
9               >
10    You payed <span tal:content="student/accommodation" /><br />
11    with Scratchcard PIN <span tal:content="dict/sc_pin" /> <br />
12    on <span  tal:content="dict/sc_date"/>.
13   
14  </metal:block>
15  <metal:block fill-slot="sub">
16  </metal:block>
17</html>
Note: See TracBrowser for help on using the repository browser.