source: WAeUP_SRP/trunk/skins/waeup_student/clearance_pin_form.pt @ 3702

Last change on this file since 3702 was 1784, checked in by Henrik Bettermann, 17 years ago

replace content_lib_master by master_template

  • Property svn:keywords set to Id
File size: 1.1 KB
Line 
1<tal:block define="rendered_main options/rendered;
2                   portal_status_message options/psm;
3                   data_storage options/ds;
4                   info options/info|nothing;
5                   edition python:1;"
6                   >
7<metal:block define-macro="edit_form">
8  <metal:block use-macro="here/main_template/macros/master">
9  <metal:block fill-slot="header"
10    tal:define="creation creation|nothing;
11                edition edition|nothing;
12                metadata metadata|nothing"
13                >
14    </metal:block>
15      <metal:block fill-slot="main">
16        <h3>Start Clearance! </h3>
17        <br />
18        <div tal:replace="structure rendered_main" />
19
20        <br />
21        <font color="red"><strong tal:condition="info/penalty">
22          You are required to pay and obtain a receipt, the sum of Three Thousand Naira Only (N3,000.00)
23          as penalty for late clearance as your clearance ended on 22nd December 2006.
24        </strong></font>
25
26      </metal:block>
27      <metal:block fill-slot="sub">
28      </metal:block>
29    </metal:block>
30  </metal:block>
31</tal:block>
Note: See TracBrowser for help on using the repository browser.