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

{{ 'chapter_duplicate'|trans({}, 'icap_lesson') }}

{# #}
{{ chapter.title }}
{{ form_widget(form.title) }} {{ form_widget(form.parent) }}
{##} {% if form.duplicate_children is defined %} {{ form_widget(form.duplicate_children) }} {% endif %}
{{ form_rest(form) }}
{{ macros.flashBox() }}