{% if turno.turno_label is defined %} {% if turno.turno_label!='' %} {% endif %} {% if turno.tiene_checklist_pendiente == 0 and derivacion_obligatoria==false %}    {% endif %}

{% if filas | length > 0 %} Derivar atención

 Ingrese comentario (opcional)

{% for local in filas %} {% for fila in local.filas %} {% if turno.fila_original_id==41 and fila.id==98 %} {% else %} {% endif %} {% endfor %} {% endfor %} {% for local in filas %} {% for fila in local.filas %} {% if 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 Estado
{{ ch.nombre }} Completado
{{ ch.nombre }} Pendiente
{% endif %} {% endfor %} {% endfor %} {% endif %}

{% else %} {% endif %}