{% extends 'base.html' %} {% block title %}Telemedicina{% endblock %} {% block page_title %}Telemedicina y Consultas Virtuales{% endblock %} {% block content %}
| Paciente | Fecha y Hora | Plataforma | Estado | Acciones |
|---|---|---|---|---|
|
{{ c.cita.mascota.nombre|make_list|first }}
{{ c.cita.mascota.nombre }}{{ c.cita.mascota.cliente.nombres }} |
{{ c.cita.fecha|date:"d M Y" }} {{ c.cita.hora|time:"H:i" }} |
{% if c.plataforma == 'MEET' %} Google Meet {% elif c.plataforma == 'ZOOM' %} Zoom {% elif c.plataforma == 'WHATSAPP' %} WhatsApp {% else %} {{ c.get_plataforma_display }} {% endif %} | {% if c.estado_conexion == 'PROGRAMADA' %} Programada {% elif c.estado_conexion == 'EN_CURSO' %} En Curso {% elif c.estado_conexion == 'FINALIZADA' %} Finalizada {% else %} Cancelada {% endif %} |
{% if c.enlace_reunion and c.estado_conexion != 'FINALIZADA' %}
Entrar
{% endif %}
|
|
No hay teleconsultas programadas. |
||||
{{ cita.hora|time:"H:i" }} | {{ cita.mascota.cliente.nombres }}
Generar EnlaceNo hay citas médicas pendientes para hoy y futuro.