{% extends 'base_gerente.html.twig' %} {% block title %}Cardenal | Bienvenido!{% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('app') }} {% endblock %} {% block menu_principal %} {% endblock %} {% block menu_secundario %}

NOTAS

{% endblock %} {% block body %}
Tablero
CONFIGURA EL SERVICIO
{% for m in mesas %} {% if m.estatus == 1 %} {% if loop.index0 % 5 == 0 %}
{% endif %}
MESA
{{ m.cveMesa }}
{% if loop.index % 5 == 0 or loop.last %}
{% endif %} {% else %} {% if loop.index0 % 5 == 0 %}
{% endif %}
MESA
{{ m.cveMesa }}
{% if loop.index % 5 == 0 or loop.last %}
{% endif %} {% endif %} {% endfor %}
CONFIGURA EL SERVICIO
AGREGAR SERVICIOS A LA MESA
{% for dm in datosMenu %} {% endfor %}
{% endblock %} {% block footer %}
2021© Keenthemes
{% endblock %}