{{ turno.fila_nombre }}

Nombre cliente {{ turno.nombres }} {{ turno.apellidos }}
Celular {{ turno.celular }}
Hora de ingreso {{ turno.hora_ingreso |date("H:i") }}
Observación {{ turno.comentario }}
{# {% if turno.fila_anterior_id != null %} #} {% for local in filas %} {% for fila in local.filas %} {% endfor %} {% endfor %} {% for local in filas %} {% for fila in local.filas %} {% if fila.checklist_completado | length > 0 or fila.checklist_pendiente | length > 0 %}

Requisitos pendientes para derivar a : {{ fila['nombre'] }}

{% for ch in fila.checklist_completado %} {% endfor %} {% for ch in fila.checklist_pendiente %} {% endfor %}
Trámite / Requisito Completar
{{ ch.nombre }}
{{ ch.nombre }}
{% endif %} {% endfor %} {% endfor %} {# {% endif %} #}