{{ include('form/tercero/_general.html.twig', {form: form.general}) }}
{% endif %}
{% if form.comercial is defined %}
{{ include('proveedor/tercero/_comercial.html.twig', {form: form.comercial}) }}
{% endif %}
{% if form.bancarios is defined %}
{{ include('proveedor/tercero/_bancarios.html.twig', {form: form.bancarios}) }}
{% endif %}
{% if form.contacto is defined %}
{{ include('proveedor/tercero/_contacto.html.twig', {form: form.contacto}) }}
{% endif %}
{% if form.regimen is defined %}
InformaciĆ³n detallada
{{ include('form/tercero/_regimen.html.twig', {form: form.regimen}) }}
{% endif %}
{% if form.documentos is defined %}
Documentos requeridos
{{ include('form/tercero/_documentos.html.twig', {form: form.documentos}) }}
{% endif %}
{% if form.terminos is defined %}