feat: add link to download signed contract

This commit is contained in:
Björn Fromme
2024-11-21 16:14:23 +01:00
parent e33fe5a6b7
commit 23b509f740
@@ -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">