{% extends "FactelBundle::Layout.html.twig" %} {% block css %} {% endblock %} {% block panel_title %}
Productos
{% endblock %} {% block content %} {% for flashMessage in app.session.flashbag.get('notice') %}

Carga Exitosa

{{ flashMessage }}

{% endfor %} {% for flashMessage in app.session.flashbag.get('error') %}

Ha ocurrido un error!

{{ flashMessage }}

{% endfor %}
{% if is_granted('ROLE_ADMIN') %} {% endif %} {% for entity in entities %} {% if is_granted('ROLE_ADMIN') %} {% endif %} {% endfor %}
NombreEmisorCódigo Principal Código Auxiliar Precio Unitario Acciones
{{ entity[0].nombre }}{{ entity.razonSocial }}{{ entity[0].codigoPrincipal }} {{ entity[0].codigoAuxiliar }} {{ entity[0].precioUnitario }} {{ form(deleteForms[entity[0].id], { 'attr': {'id': entity[0].id } })}}
{% endblock %} {% block javascript %} {% endblock %}