{% extends "base.html" %} {% set active = "medicina" %} {% block title %}Medicina Estética · ArcaBeauty Club{% endblock %} {% block content %}
| Paciente | Médico | Abierto | |
|---|---|---|---|
| {{ e.cliente_nombre }} {% if e.embarazo %}Embarazo{% endif %} {% if e.anticoagulantes %}Anticoag.{% endif %} | {{ e.medico_nombre or "—" }} | {{ e.fecha_apertura }} | Ver expediente |
| Tratamiento | Duración | Precio |
|---|---|---|
| {{ t.nombre }} | {{ t.duracion_min }} min | ${{ "%.0f"|format(t.precio) }} |