{% extends 'room_calendar_app/navs/calendar-nav.html' %} {% load django_bootstrap5 i18n%} {% block title %}{% translate 'Week View Clients' %}{% endblock title %} {% block content %}
| # | {% for n,day in calendar.week_days %}{{ day }} | {% endfor %}|
|---|---|---|
| {{ slot|time:"H:i" }} | {% for weekday,occurrence in data.items %} {% if occurrence|length > 0 %}{% for time in occurrence %} {{ time.client_code }}, {% endfor %} | {% else %}{% endif %} {% endfor %} {% endfor %} |