mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-26 12:06:13 +00:00
14 lines
346 B
Twig
14 lines
346 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 'ChillCalendarBundle:Calendar:show.html.twig' with {'context': 'accompanyingCourse'} %}
|
|
|
|
</div>
|
|
{% endblock content %}
|