2013-11-06 19:19:02 +01:00

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 %}