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

Show matric number on TranscriptOfficerLandingPage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.