{% load i18n %}
{% trans "Shift" %}
{% trans "Days" %}
{% for shift in shifts %}
{{shift}}
{{shift.employeeshiftschedule_set.all|length}} {% trans "Schedules" %} {% for schedule in shift.employeeshiftschedule_set.all %}
Baby C.
{{schedule.day|capfirst}}
{% if perms.base.change_employeeshiftschedule %} {% endif %} {% if perms.base.delete_employeeshiftschedule %}
{% csrf_token %}
{% endif %}
{% endfor %}
{% endfor %}