{% extends "ChillPersonBundle::layout.html.twig" %} {% set activeRouteKey = 'chill_person_history_list' %} {% block title %}{{ 'Person history - %name%'|trans({ '%name%' : person.__toString}) }}{% endblock title %} {% block personcontent %}
{{ 'Opening date'|trans }} | {{ 'Closing date'|trans }} | |
---|---|---|
{{ history.dateOpening|localizeddate('long', 'none', app.request.locale) }} | {% spaceless %} {% if history.isOpen %} {{ 'Still open'|trans }} {% else %} {{ history.dateClosing|localizeddate('long', 'none', app.request.locale) }} {% endif %} {% endspaceless %} | |
{{ history.memo }} |