{% extends 'contract/actions/status/inc/_main_status.html.twig' %} {% block status_main_body %}

{{ contractStatus.status.description }}

{{ 'label.contract_status.bound_date'|trans }} {{ contractStatus.boundDate ? contractStatus.boundDate|format_datetime('full', 'none', '') : '---------' }}
{% for attachement in contractStatus.contractAttachements %}
{# TODO can groupe by proposalLines but be careful to erase proposal Line attachement (for patron) see and grou#} {% if attachement.helpIndication is not empty %}
{{ attachement.helpIndication }}
{% else %} {{ 'label.contract.attachement.no_help_indication'|trans }} {% endif %}
{% else %} {{ 'label.contract.attachement.no_files'|trans }} {% endfor %}
{% endblock %}