{% set layout = "ClarolineCoreBundle:Workspace:layout.html.twig" %} {% if isDesktop() %} {% set layout = "ClarolineCoreBundle:Desktop:layout.html.twig" %} {% block breadcrumb %} {{ macros.breadcrumbs([ { 'icon': 'fa fa-briefcase', 'name': 'desktop'|trans({}, 'platform'), 'href': path('claro_desktop_open') }, { 'name': 'hole_edition' | trans, 'href': '' } ]) }} {% endblock %} {% endif %} {% extends layout %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block title %} {{ 'edit a question' | trans }} {% endblock %} {% block section_content %}

{{'hole_edition'|trans}}

{% include "UJMExoBundle:Partial:question/linkToBack.html.twig" %}
{% set form = edit_form %} {% include "UJMExoBundle:Partial:questionEdit.html.twig" %} {% include "UJMExoBundle:Partial:interactions/hole.html.twig" %} {% include "UJMExoBundle:Partial:model.html.twig" %} {% include "UJMExoBundle:Partial:restform.html.twig" %}
{% if locker != "" %} {% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {# add form choice #} {% endblock %}