- Timestamp:
- 20 Apr 2020, 06:30:54 (5 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt
r15946 r16059 51 51 </tbody> 52 52 </table> 53 54 <tal:refereereports condition="view/display_refereereports"> 55 <br /><br /> 56 <h3 i18n:translate=""> 57 Referee Reports 58 </h3> 59 <table i18n:domain="waeup.kofa" class="table table-condensed"> 60 <thead> 61 <tr> 62 <th i18n:translate="">Report Id</th> 63 <th i18n:translate="">Creation Date</th> 64 <th i18n:translate="">Referee</th> 65 <th i18n:translate="">Email Address</th> 66 </tr> 67 </thead> 68 <tbody> 69 <tr tal:repeat="cl context/refereereports"> 70 <td> <a tal:attributes="href python:view.url(cl)"> 71 <span tal:content="cl/r_id">RID</span></a></td> 72 <td tal:content="python: layout.formatDatetime(cl.creation_date)">CREATION DATE</td> 73 <td tal:content="cl/name">REFEREE</td> 74 <td tal:content="cl/email">EMAIL</td> 75 </tr> 76 </tbody> 77 </table> 78 </tal:refereereports> 79 53 80 <tal:payments condition="view/display_payments"> 54 81 <h3 i18n:domain="waeup.kofa" i18n:translate=""> -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/refereereportpage.pt
r16058 r16059 1 2 1 3 <p i18n:domain="waeup.kofa" i18n:translate="referee_welcome"> 2 4 You have been invited to report about … … 14 16 </strong> 15 17 of the <span i18n:name="app_title" tal:replace="layout/getAppTitle"></span>. 16 17 <br /><br /> 18 </p> 18 19 19 20 20 <img tal:condition="python: context.__parent__.with_picture" 21 src="" height="180px" tal:attributes="src view/passport_url" /> 21 22 22 23 <br /><br /> 23 24 24 Please fill and submit the following referee report form. After submission 25 the form will be locked. You can neither view nor edit 26 your report after submission. 25 <p i18n:translate=""> 26 Please fill and submit the following referee report form. 27 After submission the form will be locked and a report pdf 28 file will be available for download. 27 29 </p> 28 30
Note: See TracChangeset for help on using the changeset viewer.