{% extends "CLChillPersonBundle::layout.html.twig" %} {% set activeRouteKey = '' %} {% block title %}CLChillPersonBundle:Person:see{% endblock %} {% block personcontent %} {% form_theme form 'CLChillMainBundle:Form:fields.html.twig' %} {{ form_start(form) }} {% set include_temp = 'CLChillPersonBundle:Form:form_control.html.twig' %} {% set include_args = {'return_key': 'chill_person_view', 'return_args' : { 'id' : person.id} } %} {{ include(include_temp, include_args) }}
{{ include(include_temp, include_args) }} {{ include(include_temp, include_args) }} {{ include(include_temp, include_args) }} {{ include(include_temp, include_args) }} {{ form_row(form.memo, {'label' : 'views.Person.view.memo'} ) }} {{ include(include_temp, include_args) }} {{ form_rest(form) }} {{ form_end(form) }} {% endblock personcontent %}