{% extends 'base.html.twig' %} {% import 'navigation/switch_months.html.twig' as navigation %} {% block title %}Harmonogramy{% endblock %} {% block body %} {# {{ navigation.month_menu('app_schedule',months,currentMonth) }}#}

Zaległe

{# Zaległe#}

Aktualne

{# Zaległe#}
{#
#} {# Aktualne#} {#
#}
{% for schedule in schedules %}
{% if is_granted('clientView') %} {{ schedule.client.strName }} {% else %} {% endif %}
Pozostały czas: {{ schedule.getTimeLeft }} dni
{% endfor %}
{% endblock %}