source: main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/finalclearanceuploadpage.pt @ 17902

Last change on this file since 17902 was 17871, checked in by Henrik Bettermann, 7 weeks ago

Make text translatable.

  • Property svn:executable set to *
File size: 487 bytes
Line 
1<form action="." tal:attributes="action request/URL" method="post"
2      enctype="multipart/form-data" i18n:domain="waeup.kofa">
3  <p i18n:translate="routing_slip_info">Please download your <a href="https://xyz/documents/routingslip/file.pdf">Final Clearance Routing Slip</a>, collect all signatures, scan the document into a pdf file and re-upload here.</p>
4  <table class="form-table">
5    <tbody>
6      <tal:files content="structure provider:files" />
7    </tbody>
8  </table>
9</form>
Note: See TracBrowser for help on using the repository browser.