- **fix:** move closing motive up to be coherent with display elsewhere

This commit is contained in:
Julie Lenaerts 2025-08-06 14:20:09 +02:00
parent 56ec8fb516
commit 2f6cef4238

View File

@ -70,6 +70,20 @@
</div>
</div>
{% if acp.step == 'CLOSED' and acp.closingMotive is not null %}
<div class="wl-row">
<div class="wl-col title">
<h3 class="closingMotive">{{ 'Closing motive'|trans }}</h3>
</div>
<div class="wl-col list">
<div>
{{ acp.closingMotive.name|localize_translatable_string }}
</div>
</div>
</div>
{% endif %}
{% if acp.user is not null %}
<div class="wl-row">
<div class="wl-col title">