{% 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': 'question creation' | trans, 'href': '' } ]) }} {% endblock %} {% endif %} {% extends layout %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block title %} {{ 'question creation' | trans }} {% endblock %} {% if _resource is defined %} {% block resourceBreadcrumb %}
  • {{ _resource.getResourceNode().getName() }}
  • {{ 'my questions' | trans }}
  • {{ 'question creation' | trans }}
  • {% endblock %} {% endif %} {% block section_content %} {% set al = '' %} {% for key,value in linkedCategory %} {% set al = al ~ key ~ '/' ~ value ~ ';' %} {% endfor %} {% if locker != "" %} {% endif %}

    {{ 'question creation' | trans }}

    {% if exoID == -1 %} {{ 'back to the list' | trans }} {% else %} {{ 'back' | trans }} {% endif %}
    {# end div of extend panel #}
    {% if formWithError is defined %} {{ formWithError | raw }} {% endif %} {# no need end div (extend panel) #} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}