mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
13 lines
280 B
Twig
13 lines
280 B
Twig
{% extends "@ChillPerson/Person/layout.html.twig" %}
|
|
|
|
{% set activeRouteKey = 'chill_task_task_list' %}
|
|
{% set person = task.person %}
|
|
|
|
{% block title 'Remove task'|trans %}
|
|
|
|
{% block personcontent %}
|
|
|
|
{% include '@ChillTask/SingleTask/_transition.html.twig' %}
|
|
|
|
{% endblock %}
|