mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
14 lines
289 B
Twig
14 lines
289 B
Twig
{% extends "CLChillPersonBundle::layout.html.twig" %}
|
|
|
|
{% set activeRouteKey = '' %}
|
|
|
|
{% block title %}CLChillPersonBundle:Person:see{% endblock %}
|
|
|
|
{% block personcontent %}
|
|
|
|
{% form_theme form 'CLChillMainBundle:Form:fields.html.twig' %}
|
|
|
|
{{ form(form) }}
|
|
|
|
|
|
{% endblock personcontent %} |