Ignore:
Timestamp:
3 Nov 2015, 17:21:24 (9 years ago)
Author:
Henrik Bettermann
Message:

Display name if admitted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantcheckstatus.pt

    r13371 r13384  
    4343    <span tal:condition="view/course_admitted">
    4444      <table class="form-table">
     45        <tr>
     46          <td style="width: 150px;" i18n:translate="">Name:
     47          </td>
     48          <td><span tal:replace="view/applicant/display_fullname"></span>
     49          </td>
     50        </tr>
    4551        <tr>
    4652          <td style="width: 150px;" i18n:translate="">Study Course:
Note: See TracChangeset for help on using the changeset viewer.