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