{% block DocumentacionType_label %}{% endblock %} {% block DocumentacionType_errors %}{% endblock %} {% block DocumentacionType_widget %} {% set displayStyle = '' %} {% if ( form.tipoDocumentacion.vars.value == constant('App\\Entity\\TipoDocumentacion::RECLAMO') or form.tipoDocumentacion.vars.value == constant('App\\Entity\\TipoDocumentacion::PACTO_CUOTA_LITIS') or form.tipoDocumentacion.vars.value == constant('App\\Entity\\TipoDocumentacion::CONVENIO_ASEGURADORA') ) %} {% set displayStyle = 'display: none ' %} {% endif %} {{ form_row(form.tipoDocumentacion) }}
{{ form_widget(form.contenido) }} {{ form_widget(form.caso) }}
{{ form_row(form.cliente) }} {{ form_row(form.fecha) }} {{ form_row(form.descripcion) }} Quitar
{{ form_widget(form.documentacionArchivos) }}
{% endblock %} {% block DocumentacionType_row %} {{ form_row(form.tipoDocumentacion) }} {{ form_row(form.cliente) }} {{ form_row(form.fecha) }} {{ form_row(form.descripcion) }}

Quitar Nueva

{% for docArchivo in form.documentacionArchivos %}
{{ form_widget(docArchivo) }}
{% endfor %} {% endblock %} {% block _CasoType_documentaciones_widget %} {% apply spaceless %} {% if prototype is defined %} {% set attr = attr|merge({'data-prototype': form_widget(prototype)}) %} {% set attr = attr|merge({'data-prototype-name': prototype.vars.name}) %} {% endif %} {% set attr = attr|merge({'data-allow-add': allow_add ? 1 : 0}) %} {% set attr = attr|merge({'data-allow-remove': allow_delete ? 1 : 0 }) %} {% set attr = attr|merge({'data-name-prefix': full_name}) %}
{{ form_errors(form) }} {% for documentacion in form %} {{ form_widget(documentacion) }} {% endfor %}
Tipo Documentación Cliente Fecha Descripción Acciones
{% endapply %} {% endblock %}