{% for ejecutivo in ejecutivos %}
{% if ejecutivo.motivo_pausa %}
{% else %}
{% endif %}

{{ ejecutivo.nombres}} {{ ejecutivo.apellidos}}
{{ ejecutivo.email}}

  

Atendiendo a:
{% if ejecutivo.ultimo_turno %}

{{ ejecutivo.ultimo_turno }} | {{ ejecutivo.hora_llamado }}

{% else %} Sin atención {% endif %}
Módulo

{{ ejecutivo.modulo }}

Status:
{% if ejecutivo.motivo_pausa %} {{ ejecutivo.motivo_pausa }} {% else %}En atención{% endif %}
{% endfor %}