{% extends "base.html" %} {% block head %} Calendar {% endblock head %} {% block body %} {% block content %}

Calendar  

Showing the appointments calendar.



{% for s, c in data["colors_dict"].items() %}
{{ s }}
{% endfor %}


{% endblock content %} {% endblock body %}