{% 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'] }}
Trámite / Requisito
Completar
{% for ch in fila.checklist_completado %}
{{ ch.nombre }}
{% endfor %}
{% for ch in fila.checklist_pendiente %}