{% include "header.html" %}
{{ items|length if items else 0 }}
{% if items and items|length > 0 %}
{% for it in items %}
{{ it.dt_display }}
{{ it.docente or '—' }}
{{ it.notes | default('', true) | e }}
{% if it.time %} {{ it.time }} {% endif %} {% if it.created_at %} creada: {{ it.created_at }} {% endif %}
{% endfor %}
{% else %}

Sin notas todavía

Cuando añadas notas en las reservas desde el panel de administración, aparecerán aquí.

{% endif %}
{% include "footer.html" %}