{% import 'ClarolineCoreBundle::macros.html.twig' as macros %}

{{ 'Chapter Move'|trans({}, 'icap_lesson') }}

{{ chapter.title }}
{{ form_widget(form.choiceChapter) }} {{ form_widget(form.brother) }}
{{ form_rest(form) }}
{{ macros.flashBox() }}