{% extends 'base.html.twig' %} {% block contenido %} {# ROW DEL CONTENIDO DE ARTICULO #}
{# PRIMER COLUMNA #}
{# SEGUNDA COLUMNA#}

Proveedores


{# MENSAJES POST SINCRO #} {% for flash_message in app.session.flashbag.get('success') %}
{% endfor %} {% for flash_message in app.session.flashbag.get('danger') %}
{% endfor %} {# MENSAJES POST SINCRO #} {# #}
{# TERCERA COLUMNA#}
{% block modales %} {% endblock %} {% endblock %}