{% if not is_granted('ROLE_NEGOCIADOR') %} {% set styleNegociaciones = "style=display:none" %} {% else %} {% set styleNegociaciones = "" %} {% endif %} {% if not is_granted('ROLE_NEGOCIADOR') %} {% set styleConvenio = "style=display:none" %} {% else %} {% set styleConvenio = "" %} {% endif %} {% if not is_granted('ROLE_SECRETARIO') %} {% set styleGastos = "style=display:none" %} {% else %} {% set styleGastos = "" %} {% endif %}
{{ include('caso/caso_cliente.html.twig') }}
{{ include('caso/caso_accidente.html.twig') }}

RECLAMO AL SEGURO

{{ form(form.reclamo) }}
{% if caso.reclamo is not empty %}
{{ include('caso/caso_seguro.html.twig') }}
{% endif %} {% if caso.id is not empty %}
{{ include('caso/documentacion/caso_documentacion.html.twig') }}
. {{ include('caso/gastos/caso_gastos.html.twig') }}
{{ form_widget(form.vistasMedicasSeguro) }}
{% if caso.vistaMedicaCompletada == 1 and caso.pactoCuotaLitis is not null %}
{{ include('caso/negociacion/caso_negociaciones.html.twig') }}
{{ form_widget(form.negociaciones) }}
{% if (caso.negociacionAceptada) %} {{ include('caso/negociacion/convenio.html.twig') }} {% else %}

NO PUEDE CARGAR CONVENIO HASTA QUE NO ESTÉ ACEPTADA LA NEGOCIACIÓN

{% endif %}
{% if caso.isConvenioFirmado == true %}
{{ include('caso/facturacion.html.twig') }}
{{ include('caso/liquidacion/liquidacion.html.twig') }}
{% endif %} {% endif %} {% endif %}
{% if caso.id is not empty %} {% if is_granted('ROLE_ADMIN') and caso.finalizado == true %} {% endif %} {% endif %}