{% 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': 'bank of questions' | trans, 'href': path('ujm_question_index') }, { 'name': 'correction' | trans, 'href': '' } ]) }} {% endblock %} {% else %} {% block resourceBreadcrumb %}
  • {{ _resource.getResourceNode().getName() }}
  • {{ 'bank of questions' | trans }}
  • {% endblock %} {% endif %} {% extends layout %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block title %} {{ 'correction' | trans }} {% endblock %} {% block section_content %}

    {{ 'correction' | trans }}

    {% if exoID == -1 %} {{ 'back to the list' | trans }} {% else %} {{ 'back' | trans }} {% endif %}
    {% set inter = interHole %} {% include "UJMExoBundle:Partial:correction/hole.html.twig" %}
    {% include "UJMExoBundle:Partial:correction/overviewScore.html.twig" %}
    {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}