Last change
on this file since 14395 was
13992,
checked in by Henrik Bettermann, 8 years ago
|
Delete mandate after report creation.
|
File size:
794 bytes
|
Line | |
---|
1 | <p i18n:domain="waeup.kofa" i18n:translate="referee_welcome"> |
---|
2 | You have been invited to report about |
---|
3 | <span i18n:name="applicant_name" tal:replace="context/display_fullname"> |
---|
4 | </span>. |
---|
5 | After submission the form, will be blocked. |
---|
6 | You can neither view nor edit your report after submission. |
---|
7 | </p> |
---|
8 | |
---|
9 | <form action="." tal:attributes="action request/URL" method="post" |
---|
10 | enctype="multipart/form-data"> |
---|
11 | <input type="hidden" name="mandate_id" tal:attributes="value view/mandate_id" /> |
---|
12 | <table class="form-table"> |
---|
13 | <tbody> |
---|
14 | <tal:widgets content="structure provider:widgets" /> |
---|
15 | </tbody> |
---|
16 | </table> |
---|
17 | <br /> |
---|
18 | <div tal:condition="view/availableActions"> |
---|
19 | <input tal:repeat="action view/actions" |
---|
20 | tal:replace="structure action/render" |
---|
21 | /> |
---|
22 | </div> |
---|
23 | </form> |
---|
Note: See
TracBrowser for help on using the repository browser.