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

{{ 'see_shared_with' | trans }}

{{ 'back' | trans }}

{{ 'shared_user' | trans }}

{{ 'question_shared_with' | 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 %}
{{ 'no_user_found'|trans }} ...
{% endif %}
{% endblock %} {% block javascripts %} {% endblock %}