{% extends 'base.html' %} {% block content %}
| Fecha | Paciente | Servicio | Profesional | Estado | Acciones |
|---|---|---|---|---|---|
| {{ item.appointment_date.strftime('%d/%m/%Y') }} {{ item.start_time.strftime('%H:%M') }} |
{{ item.client_name }}{% if item.patient %} DNI {{ item.patient.documento }}{% endif %} {{ item.client_email }} |
{{ item.service.name }} | {{ item.professional.display_name }} | {{ item.status }} |
Editar{% if current_user.role in
['admin','receptionist'] %}{% endif %}
|
| Sin resultados. | |||||