{% extends "@ChillPerson/AccompanyingCourse/layout.html.twig" %} {% set activeRouteKey = 'chill_calendar_calendar_list' %} {% block title %}{{ 'Calendar list' |trans }}{% endblock title %} {% set user_id = null %} {% set accompanying_course_id = accompanyingCourse.id %} {% block content %}
{{ "There is no calendar items."|trans }}
{% else %}{{ calendar.endDate.diff(calendar.startDate)|date("%H:%M")}}