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

 Matriz

Matriz

{% for buffer in buffers %} {# #} {% else %} {% endfor %}
Id Nombre Local Filas asociadas
{{ buffer.id }} {{ buffer.nombre }}{{ buffer.algoritmollamada }} {% if buffer.local.direccion is defined %} {{ buffer.local }}
{{ buffer.local.direccion }} {% endif %}
{% if filas[buffer.id] is defined %}
    {% for fila in filas[buffer.id] %}
  • {{ fila }}
  • {% endfor %}
{% endif %}
 Ver detalles  Editar
no records found
{% endblock %}