{% set layout = "ClarolineCoreBundle:Workspace:layout.html.twig" %} {% if isDesktop() %} {% set layout = "ClarolineCoreBundle:Desktop:layout.html.twig" %} {% endif %} {% extends layout %} {% block title %}{{ resource.getResourceNode().getName() ~ ' - ' ~ parent()|striptags|raw }}{% endblock %} {% block section_content %}

{{ resource.getResourceNode().getName() }}

{% if not path is empty %}
{# SRC attribute is set in JS to be able to resize screen using iFrame height #}
{% else %}
{{ 'an_error_occured_message' | trans({}, 'platform') }}
{% endif %}
{% endblock %} {% block javascripts_header %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}