{% block status_actions %}{% endblock %}
 {{ contractStatus.status.description }}

{{ 'label.author'|trans }} :
{% if app.user.profileType.type == 'b' %} {{ contractStatus.author.getHiddenFullname() }} {% else %} {{ contractStatus.author.fullname }} {% endif %}

{{ 'label.contract.status_date'|trans }} :
{{ contractStatus.createdAt|format_datetime('full', 'short', '') }}

{% block status_main_body %}{% endblock %}