{% 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 %} {{ 'paper' | trans }} {% endblock %} {% block resourceBreadcrumb %}
{% set i = 1 %}
{% for coords in listCoords %}
{% set i = i + 1 %}
{% endfor %}
{% if response is empty %}
{% set response = 'empty' %}
{% endif %}
{% for proposal in interactionToDisplayed.proposals %}
|
{% for label in interactionToDisplayed.labels %}
|
{% else %}
{% for proposal in interactionToDisplayed.proposals %}
{{ proposal.value | raw }}
{% endfor%}
|
{% for label in interactionToDisplayed.labels %}
{{ label.value | raw }}
{% endfor %}
|
{% endif %}