{% extends 'base.html.twig' %} {% block title %}MatrizFila index{% endblock %} {% block body %}

MatrizFila index

{% for buffer_fila in buffer_filas %} {% else %} {% endfor %}
Nombre Prioridad Prioridad fila preferente actions
{{ buffer_fila.nombre }} {{ buffer_fila.prioridad }} {{ buffer_fila.prioridadPreferente }} show edit
no records found
Create new {% endblock %}