{% if turno.id is defined %}
Nombre
Apellidos
Rut
Comentario
 
{% if turno.fila_anterior_id != null %} {% 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 %}
{% endif %}