Ignore:
Timestamp:
11 Sep 2020, 11:47:23 (5 years ago)
Author:
Henrik Bettermann
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/mytranscriptrequests.pt

    r15163 r16234  
     1<h3 i18n:domain="waeup.kofa" i18n:translate="" tal:condition="view/getApplicants">
     2  Open Transcript Applications
     3</h3>
     4
     5<table class="kofa-data-table dataTable" tal:condition="view/getApplicants">
     6  <thead>
     7  <tr>
     8    <th i18n:translate="">Applicant Id</th>
     9    <th i18n:translate="">Full Name</th>
     10  </tr>
     11  </thead>
     12  <tbody>
     13  <tr tal:repeat="item view/getApplicants">
     14    <td> <a tal:attributes="href python:view.url(item)">
     15      <span tal:content="item/applicant_id">XXXX_1234</span></a>
     16    </td>
     17    <td tal:content="item/display_fullname">Bob</td>
     18  </tr>
     19  </tbody>
     20</table>
     21
    122<h3 i18n:domain="waeup.kofa" i18n:translate="" tal:condition="python:view.getStudents[0]">
    223  Transcripts to be validated
Note: See TracChangeset for help on using the changeset viewer.