Rev | Line | |
---|
[2148] | 1 | <metal:body use-macro="here/main_template/macros/master"> |
---|
| 2 | <metal:main fill-slot="main"> |
---|
| 3 | <metal:block tal:define="info_applicants context/getApplicantsStatistics;"> |
---|
| 4 | |
---|
| 5 | <span tal:condition="not: info_applicants"> |
---|
| 6 | <span tal:content="here/illegal_view" /> |
---|
| 7 | </span> |
---|
| 8 | <span tal:condition="info_applicants"> |
---|
| 9 | |
---|
| 10 | <strong> |
---|
| 11 | <nobr><a href="search_students">Search Students</a> |
---|
| 12 | </nobr> |
---|
| 13 | </strong> |
---|
| 14 | |
---|
| 15 | <h3> Application Process</h3><br /> |
---|
| 16 | <table> |
---|
| 17 | <tr> |
---|
| 18 | <td>Number of records viewed:</td> |
---|
| 19 | <td><span tal:replace="info_applicants/pin_entered" /></td> |
---|
| 20 | </tr> |
---|
| 21 | <tr> |
---|
| 22 | <td>Number of records submitted:</td> |
---|
[2150] | 23 | <td><span tal:replace="info_applicants/submitted" /></td> |
---|
[2148] | 24 | </tr> |
---|
| 25 | </table> |
---|
| 26 | |
---|
| 27 | </span> |
---|
| 28 | </metal:block> |
---|
| 29 | </metal:main> |
---|
| 30 | </metal:body> |
---|
| 31 | |
---|
Note: See
TracBrowser for help on using the repository browser.