{% load i18n %}{% spaceless %}
{% block sheet-body %}
{% for shift in calendar.shifts %} {% for datetime, hour, minutes in shift %} {% if minutes %} {% endif %} {% endfor %} {% endfor %}
{% endblock %}
{% endspaceless %}