{% extends "ChillPersonBundle::layout.html.twig" %} {% set activeRouteKey = null %} {% block title %}{% endblock title %} {% block personcontent %} {{ form_start(form) }} {{ 'Last opening since %last_opening%'|trans( { '%last_opening%' : accompanying_period.openingDate|localizeddate('long', 'none', app.request.locale) }) }} {% if form.closingDate is defined %} {{ form_row(form.closingDate, {'label' : 'Closing date'} ) }} {% endif %} {% if form.closingMotive is defined %} {{ form_row(form.closingMotive, {'label' : 'Closing motive'} ) }} {% endif %} {{ form_row(form.remark, {'label' : 'Remark' } ) }} {{ form_rest(form) }}
{{ form_end(form) }} {% endblock personcontent %}