{% extends 'base.html.twig' %} {% import 'navigation/switch_months.html.twig' as navigation %} {% import 'reports/listInclude.html.twig' as sets %} {% block body %} {{ navigation.month_menu('app_base',months,currentMonth,countOverdueLeft,clientId,client) }}
{% for id,reports in reportsGroup %}

{{ reports.status.takeLang }}

{% for report in reports.reports %} {{ sets.cardView(report, reports.status, reportToDoList) }} {% endfor %}
{% endfor %}
{% endblock %}