source: waeup_product/trunk/skins/waeup_student/booked_accommodation.pt @ 119

Last change on this file since 119 was 114, checked in by joachim, 19 years ago

=added missing files

File size: 559 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="acco options/v"
8               >
9    you have successfully booked bed nr <span tal:content="acco/beds_assigned" /> in <span tal:content="acco/heading" />
10    of <span tal:content="acco/nr_of_free" /> now <span tal:content="acco/beds_assigned" /> assigned.
11  </metal:block>
12  <metal:block fill-slot="sub">
13  </metal:block>
14</html>
Note: See TracBrowser for help on using the repository browser.