- Timestamp:
- 24 Jan 2017, 09:32:47 (8 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue/students/browser_templates
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/browser_templates/studylevelpage.pt
r14000 r14453 28 28 <th i18n:translate="">Cred.</th> 29 29 <th i18n:translate="">Requ.</th> 30 <th i18n:translate="" >Score</th>31 <th i18n:translate="" >CA</th>32 <th i18n:translate="" >Grade</th>30 <th i18n:translate="" tal:condition="view/show_results" >Score</th> 31 <th i18n:translate="" tal:condition="view/show_results" >CA</th> 32 <th i18n:translate="" tal:condition="view/show_results" >Grade</th> 33 33 <th i18n:translate="">CO</th> 34 34 <th i18n:translate="">Auto</th> … … 49 49 <td tal:condition="view/show_results" tal:content="value/ca|nothing">CA</td> 50 50 <td tal:condition="view/show_results" tal:content="value/grade|nothing">GRADE</td> 51 <td tal:con dition="view/show_results" tal:content="value/carry_over">CO</td>51 <td tal:content="value/carry_over">CO</td> 52 52 <td tal:content="value/automatic">AUTO</td> 53 53 </tr>
Note: See TracChangeset for help on using the changeset viewer.