Changeset 17411 for main/waeup.kofa


Ignore:
Timestamp:
17 May 2023, 15:55:35 (18 months ago)
Author:
Henrik Bettermann
Message:

Show matric number on TranscriptOfficerLandingPage.

Location:
main/waeup.kofa/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/CHANGES.txt

    r17402 r17411  
    441.8.2.dev0 (unreleased)
    55=======================
     6
     7* Show matric number on `TranscriptOfficerLandingPage`.
    68
    79* Enable customization of certificate select box entries also in the students
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/mytranscriptrequests.pt

    r16235 r17411  
    66  <thead>
    77  <tr>
     8    <th i18n:translate="">Matric No.</th>
    89    <th i18n:translate="">Applicant Id</th>
    910    <th i18n:translate="">Full Name</th>
     
    1415  <tbody>
    1516  <tr tal:repeat="item view/getApplicants">
     17    <td> <a tal:attributes="href python:view.url(item[0])">
     18      <span tal:content="python:getattr(item[0],'matric_number',None)">XYZ08098799</span></a>
     19    </td>
    1620    <td> <a tal:attributes="href python:view.url(item[0])">
    1721      <span tal:content="python:item[0].applicant_id">XXXX_1234</span></a>
Note: See TracChangeset for help on using the changeset viewer.