Last change
on this file since 15185 was
14453,
checked in by Henrik Bettermann, 8 years ago
|
Students must not see scores, cas and grades of their registered courses.
|
File size:
569 bytes
|
Line | |
---|
1 | <table class="form-table" i18n:domain="waeup.kofa"> |
---|
2 | <tbody> |
---|
3 | <tal:widgets content="structure provider:widgets" /> |
---|
4 | <tr tal:condition="view/show_results"> |
---|
5 | <td class="fieldname"> |
---|
6 | <span i18n:translate="">Grade</span>: |
---|
7 | </td> |
---|
8 | <td> |
---|
9 | <span tal:replace="context/grade">C</span> |
---|
10 | </td> |
---|
11 | </tr> |
---|
12 | <tr tal:condition="view/show_results"> |
---|
13 | <td class="fieldname"> |
---|
14 | <span i18n:translate="">Weight</span>: |
---|
15 | </td> |
---|
16 | <td> |
---|
17 | <span tal:replace="context/weight">1</span> |
---|
18 | </td> |
---|
19 | </tr> |
---|
20 | </tbody> |
---|
21 | </table> |
---|
Note: See
TracBrowser for help on using the repository browser.