{{ 'Fecha de prórroga' }}: {{ entity.extensionDate|date('d-m-Y') }}
{{ 'Fecha del acuerdo' }}: {{ entity.interaction.date|date('d-m-Y') }}
{{ 'Status'|trans }}: {{ entity.status|trans }}
{{ 'Especificaciones del acuerdo' }}: {{ entity.interaction.commentary|raw }}
{% if entity.status == 'denied' %}
{{ 'Causa de denegación' }}: {{ entity.observations|raw }}
{% endif %}
{% if entity.caBeApproved and is_granted("SALE_EXTENSION_REQUEST_APPROVE") %}
{% endif %}
{% if entity.caBeDenied and is_granted("SALE_EXTENSION_REQUEST_DENY") %}
{% endif %}
{% include 'backend/sales/promissoryNote/interactions.html.twig' with { entity:entity.promissoryNote } %}