{% 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 %} {{ 'seeSharedWith' | trans }} {% endblock %} {% block section_content %}

{{ 'seeSharedWith' | trans }}

{{ 'back' | trans }}

{{ 'sharedUser' | trans }}

{{ 'questionSharedWith' | trans }} :

{% if sharedWith is not empty %} {% for share in sharedWith %} {% endfor %}
{{ 'username'|trans({}, 'platform') }} {{ 'last_name'|trans({}, 'platform') }} {{ 'first_name'|trans({}, 'platform') }}
{{ share.userName }} {{ share.lastName }} {{ share.firstName }}
{% else %}
{{ 'noUserFound'|trans }} ...
{% endif %}
{% endblock %} {% block javascripts %} {% endblock %}