Changeset 17527 for main/waeup.kofa/trunk/src/waeup/kofa
- Timestamp:
- 1 Aug 2023, 06:37:35 (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/mytranscriptrequests.pt
r17497 r17527 10 10 <th i18n:translate="">Full Name</th> 11 11 <th i18n:translate="">Course Studied</th> 12 <th i18n:translate="">End Session</th>13 <th i18n:translate="">Entry Mode</th>14 12 <th i18n:translate="">Submission Date</th> 15 13 </tr> … … 25 23 <td tal:content="python:item[0].display_fullname">Bob</td> 26 24 <td tal:content="python:getattr(item[0].course_studied,'title',None)">CERT</td> 27 <td tal:content="python:getattr(item[0],'end_session',None)">2012</td> 28 <td tal:content="python:getattr(item[0],'entry_mode',None)">UG</td> 29 <td tal:content="python:item[1]">date</td> 25 <td tal:content="python:item[1]">DATE</td> 30 26 </tr> 31 27 </tbody>
Note: See TracChangeset for help on using the changeset viewer.