{# Status that must not be shown are hidden #}
{% if datamover.0.appointmentStatus == "PENDIENTE DE CONFIRMACIÓN" %}
{% elseif datamover.0.appointmentStatus == "PENDIENTE DE ASISTENCIAL" %}
{% elseif datamover.0.appointmentStatus == "EN ASISTENCIAL" %}
{% elseif datamover.0.appointmentStatus == "PENDIENTE DE LECTURA" %}
{% elseif datamover.0.appointmentStatus == "EN LECTURA" %}
{% elseif datamover.0.appointmentStatus == "PENDIENTE DE TRANSCRIPCIÓN" %}
{% elseif datamover.0.appointmentStatus == "EN TRANSCRIPCIÓN" %}
{% elseif datamover.0.appointmentStatus == "PENDIENTE DE VALIDACIÓN" %}
{% elseif datamover.0.appointmentStatus == "EN VALIDACIÓN" %}
{% elseif datamover.0.appointmentStatus == "VALIDADO" %}
{% elseif datamover.0.appointmentStatus == "EN ENTREGA" %}
{% elseif datamover.0.appointmentStatus == "ORDEN DE FACTURACIÓN" %}
{% elseif datamover.0.appointmentStatus == "REGISTRADO" %}
{% elseif datamover.0.appointmentStatus == "CANCELADA" %}
{% elseif datamover.0.appointmentStatus == "INVESTIGACIÓN" %}
{% elseif datamover.0.appointmentStatus == "SIN LECTURA" %}
{% endif %}