Line | |
---|
1 | <h2 i18n:domain="waeup.kofa"> |
---|
2 | ... |
---|
3 | <span tal:replace="context/translated_state">APPLICATIONSTATE |
---|
4 | </span> |
---|
5 | <span tal:omit-tag="" |
---|
6 | i18n:translate="" tal:condition="context/suspended">(account suspended) |
---|
7 | </span> |
---|
8 | ... |
---|
9 | </h2> |
---|
10 | |
---|
11 | <div class="workflow"> |
---|
12 | <div tal:repeat="msg context/history/messages"> |
---|
13 | <span tal:replace="msg">MESSAGE</span><br /> |
---|
14 | </div> |
---|
15 | </div> |
---|
16 | |
---|
17 | <img src="" height="180px" tal:attributes="src view/passport_url" /> |
---|
18 | |
---|
19 | <table i18n:domain="waeup.kofa" class="form-table"> |
---|
20 | <tbody> |
---|
21 | <tal:widgets content="structure provider:widgets" /> |
---|
22 | <tr tal:condition="view/getCourseAdmitted"> |
---|
23 | <td class="fieldname" i18n:translate=""> |
---|
24 | Admitted Course of Study: |
---|
25 | </td> |
---|
26 | <td> |
---|
27 | <span tal:replace="structure view/getCourseAdmitted" /> |
---|
28 | </td> |
---|
29 | </tr> |
---|
30 | <tr> |
---|
31 | <td class="fieldname" i18n:translate=""> |
---|
32 | Password: |
---|
33 | </td> |
---|
34 | <td> |
---|
35 | <tal:password replace="view/hasPassword" /> |
---|
36 | </td> |
---|
37 | <tr> |
---|
38 | <tr> |
---|
39 | <td class="fieldname" i18n:translate=""> |
---|
40 | Files: |
---|
41 | </td> |
---|
42 | <td> |
---|
43 | <span tal:replace="structure view/file_links" /> |
---|
44 | </td> |
---|
45 | </tr> |
---|
46 | </tbody> |
---|
47 | </table> |
---|
Note: See
TracBrowser for help on using the repository browser.