mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-02 11:29:41 +00:00
14 lines
341 B
Twig
14 lines
341 B
Twig
{% extends "@ChillPerson/AccompanyingCourse/layout.html.twig" %}
|
|
|
|
{% set activeRouteKey = 'chill_calendar_calendar_list' %}
|
|
|
|
{% block title 'Calendar'|trans %}
|
|
|
|
{% block content -%}
|
|
<div class="calendar-show">
|
|
|
|
{% include '@ChillCalendar/Calendar/show.html.twig' with {'context': 'accompanyingCourse'} %}
|
|
|
|
</div>
|
|
{% endblock content %}
|