source: WAeUP_SRP/base/skins/waeup_student/application_slip.pt @ 2496

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

security setting for config_form simplified

  • Property svn:keywords set to Id
File size: 633 bytes
Line 
1<metal:body use-macro="here/slip_template/macros/master">
2    <metal:main fill-slot="main"
3                tal:define="info context/getApplicationInfo">
4      <span tal:condition="not: info">
5        <span tal:content="here/illegal_view" />
6      </span>
7      <span tal:condition="info">
8           
9        <h3>Application Slip</h3>
10        <br />
11        <span tal:omit-tag=""
12              tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
13              layout_mode='view_slip',
14              layout_id='student_application_fe')"
15              />
16      </span>
17    </metal:main>
18</metal:body>
19   
20
Note: See TracBrowser for help on using the repository browser.