mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-19 08:44:24 +00:00
18 lines
317 B
Twig
18 lines
317 B
Twig
{% extends "@ChillPerson/AccompanyingCourse/layout.html.twig" %}
|
|
|
|
|
|
{% set activeRouteKey = 'chill_task_single_task_show' %}
|
|
{% set accompanyingCourse = task.course %}
|
|
|
|
{% block title %}
|
|
{{ 'Task'|trans }}
|
|
{% endblock %}
|
|
|
|
|
|
{% block content %}
|
|
|
|
{% include '@ChillTask/SingleTask/_show.html.twig' %}
|
|
|
|
|
|
{% endblock %}
|