{% extends 'reporting/report_by_user_layout.html.twig' %} {% block report_content %} {% embed 'reporting/report_by_user_data.html.twig' with {with_links: true} %} {% block period_name %} {{ column|date_weekday }} {% endblock %} {% block upper_left %} {% endblock %} {% block column_classes_project -%} {% if column.date is weekend %} weekend{% endif %}{% if column.date is today %} today{% endif %} {%- endblock %} {% block column_classes_activity -%} {% if column.date is weekend %} weekend{% endif %}{% if column.date is today %} today{% endif %} {%- endblock %} {% block column_classes_total -%} {% if column is weekend %} weekend{% endif %} {%- endblock %} {% endembed %} {% endblock %}