{% extends 'base.html' %} {% block content %}

Turnos

Administrá la agenda del equipo con filtros superiores y formulario en modal.

Limpiar
{% for item in appointments %} {% else %} {% endfor %}
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.
{% if pagination.pages > 1 %}
{% endif %}