{% extends 'contract/actions/status/inc/_main_status.html.twig' %} {% block status_actions %} {% if app.user.profileType.type != 'b' %}
{% endif %} {% endblock %} {% block status_main_body %} {% block head_status_block %}{% endblock %}

{{ 'label.contract.all_files'|trans }} {{ 'profile_type.seller'|trans }}

{% for attachement in contractStatus.contractAttachements %}
{% 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 %} {% if app.user.profileType.type != 'b' %}
{% endif %}
{% block proposal_attachements %}{% endblock %} {% endblock %}