{% extends 'ChillPersonBundle:AccompanyingCourse:layout.html.twig' %} {% block title %} {{ 'Edit Accompanying Course'|trans }} {% endblock %} {% block content %}
{{ accompanyingCourse.id }} {{ accompanyingCourse.openingDate|format_date('short') }} {{ accompanyingCourse.closingDate|format_date('short') }} {{ accompanyingCourse.closingMotive|chill_entity_render_box }} {{ accompanyingCourse.remark|raw }} {{ accompanyingCourse.user }} usagers: {% for p in accompanyingCourse.participations %} {{ p.person.id }} | {{ p.person.fullnamecanonical }} | {{ p.startdate|format_date('short') }} | {{ p.enddate|format_date('short') }} {% endfor %}{{ dump() }} {% verbatim %}{% endverbatim %} #}
firstname | lastname | startdate | enddate | actions |
---|---|---|---|---|
${ person.firstname } | ${ person.lastname } | ${ person.startdate } | ${ person.enddate } |