mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
14 lines
308 B
Twig
14 lines
308 B
Twig
{% extends "@ChillPerson/AccompanyingCourse/layout.html.twig" %}
|
|
|
|
{% set activeRouteKey = 'chill_task_single_task_new' %}
|
|
{# {% set person = task.person %} #}
|
|
|
|
{% block title %}
|
|
{{ 'New task'|trans }}
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
{% include '@ChillTask/SingleTask/_new.html.twig' %}
|
|
|
|
{% endblock %}
|