{% if reservation.needInvoice is not null %}
{{ reservation.needInvoice ? "SI" : "NO" }}
{% else %}
{{ "Sin dato" }}
{% endif %}
{% if is_granted("ROLE_RESERV_AGENT") %}
{% if reservation.invoices|length == 0 %}
{% endif %}
{% if reservation.needInvoice == true %}
{% endif %}
{% endif %}