mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-17 15:54:23 +00:00
9 lines
222 B
Twig
9 lines
222 B
Twig
{% extends '@ChillPerson/layout.html.twig' %}
|
|
|
|
{% set person = entity.person %}
|
|
{% set activeRouteKey = '' %}
|
|
|
|
{% block personcontent %}
|
|
{% embed '@ChillMain/CRUD/_delete_content.html.twig' %}
|
|
{% endembed %}
|
|
{% endblock %} |