{% import 'ClarolineCoreBundle::macros.html.twig' as macros %}
{{ 'Chapter Move'|trans({}, 'icap_lesson') }}
{{ chapter.title }}
{{ 'move_destination'|trans({}, 'icap_lesson') }}
{{ form_widget(form.choiceChapter) }}
{{ 'same_level'|trans({}, 'icap_lesson') }}
{{ form_widget(form.brother) }}
{{ form_rest(form) }}
{{ macros.flashBox() }}
{{ 'Cancel'|trans({}, 'icap_lesson') }}