feat: add link to download signed contract
This commit is contained in:
@@ -140,6 +140,21 @@
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if workflow_has_marked_place(disposition, 'confirmed') %}
|
||||
<h3 class="text-xl font-bold pb-4">
|
||||
Danke für den Upload des Honorarvertrags
|
||||
</h3>
|
||||
{% set contract = disposition.documentByType('contract') %}
|
||||
{% if contract %}
|
||||
<div class="pb-4">
|
||||
<a href="{{ path('app_common_download', { 'uuid': contract.uuid }) }}"
|
||||
class="underline">
|
||||
Download Vertrag
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{# Invoice uploaded #}
|
||||
{% if workflow_has_marked_place(disposition, 'checking_invoice') %}
|
||||
<h3 class="text-xl font-bold pb-4">
|
||||
|
||||
Reference in New Issue
Block a user