{% set layout = "ClarolineCoreBundle:Workspace:layout.html.twig" %} {% if isDesktop() %} {% set layout = "ClarolineCoreBundle:Desktop:layout.html.twig" %} {% endif %} {% extends layout %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block title %} {{ 'list of question' | trans }} {% endblock %} {% block resourceBreadcrumb %}
{{ 'changeOrder' | trans }}.
{% if pagerQuestion.getNbResults > pagerQuestion.maxPerPage and displayAll == 0 %} {{ 'display all on this page' | trans }} {% elseif displayAll == 1 %} {{ 'display pagination' | trans }} {% endif %} {% endif %}