{% extends 'base.html' %} {% block content %}
| Profesional | Profesión / Especialidad | Institución | Ubicación | Fuente | Estado | Acciones |
|---|---|---|---|---|---|---|
|
{{ prof.display_name }} {{ prof.matricula or 'Sin matrícula' }} |
{{ prof.profession_name or '—' }} {{ prof.specialty }} |
{{ prof.institution.name if prof.institution else '—' }} |
{{ prof.location or '—' }} {{ prof.full_address or 'Sin dirección' }} |
{{ prof.source_mode|upper }} | {{ 'Reservable' if prof.is_bookable else 'Oculto' }} | |
| No hay profesionales cargados. | ||||||