{% extends "ChillPersonBundle::layout.html.twig" %} {% set activeRouteKey = 'chill_activity_activity_list' %} {% block personcontent -%}
| Id | {{ entity.id }} |
|---|---|
| Date | {{ entity.date|localizeddate('long', 'none') }} |
| Durationtime | {{ entity.durationTime|date('H:i') }} |
| Remark | {{ entity.remark }} |
| Attendee | {{ entity.attendee }} |