{% extends "chrono/manager_resource_detail.html" %} {% load i18n %} {% block bodyargs %}class="monthview"{% endblock %} {% block breadcrumb %} {{ block.super }} {{ view.date|date:"F Y" }} {% endblock %} {% block appbar-title %}
{% for day in week_days.days %} | {% if not day.other_month %}{{ day.date|date:"l j" }}{% endif %} | {% endfor %}
---|---|
{{ hour|date:"TIME_FORMAT" }} | {% for day in week_days.days %}
{% if forloop.parentloop.first %}
{% for slot in day.infos.booked_slots %}
{{ slot.booking.event.start_datetime|date:"TIME_FORMAT" }}
{{ slot.booking.get_user_block }}
{% endfor %}
{% endif %}
|
{% endfor %}
{% trans "No bookings this month." %}