Changeset 16093 for main/waeup.kofa


Ignore:
Timestamp:
25 May 2020, 09:17:32 (4 years ago)
Author:
Henrik Bettermann
Message:

Do show referee report link if applicant.

File:
1 edited

Legend:

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

    r16059 r16093  
    6868    <tbody>
    6969      <tr tal:repeat="cl context/refereereports">
    70         <td> <a tal:attributes="href python:view.url(cl)">
     70        <td tal:condition="not: layout/isApplicant"> <a tal:attributes="href python:view.url(cl)">
    7171          <span tal:content="cl/r_id">RID</span></a></td>
     72        <td tal:condition="layout/isApplicant"><span tal:content="cl/r_id">RID</span></td>
    7273        <td tal:content="python: layout.formatDatetime(cl.creation_date)">CREATION DATE</td>
    7374        <td tal:content="cl/name">REFEREE</td>
Note: See TracChangeset for help on using the changeset viewer.