{% extends 'room_calendar_app/navs/calendar-nav.html' %} {% load django_bootstrap5 i18n %} {% block title %}{% translate 'Week View' %}{% endblock title %} {% block content %}
| # | {% for day in calendar.week_days %}{{ day|date:'d-m-y' }} | {% endfor %}|
|---|---|---|
| {{ slot|time:"H:i" }} | {% for weekday,occurrence in data.items %} {% if occurrence.in_display %}{% if occurrence.start_time == slot %} {{ occurrence.display }} {% else %} *** {% endif %} | {% else %}{% endif %} {% endfor %} {% endfor %} |