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

{{ 'docManage' | trans }}

{{ 'back' | trans }}

{% if divResultSearch is defined %} {{ 'result' | trans }} : {{ divResultSearch | raw }} {% else %} {% if listDoc is not empty %} {% set i = 0 %} {% for myDoc in listDoc %} {% set i = i + 1 %} {% endfor %}
{{ 'type' | trans }} {{ "preview" | trans }} {{ 'label' | trans }} {{ 'actions' | trans }}
{% if myDoc.type == ".png" or myDoc.type == ".jpeg" or myDoc.type == ".jpg" or myDoc.type == ".gif" or myDoc.type == ".bmp" %} {% elseif myDoc.type == ".mp3" or myDoc.type == ".wav" %} {% elseif myDoc.type == ".avi" or myDoc.type == ".mpeg" or myDoc.type == ".wmv" or myDoc.type == ".flv" or myDoc.type == ".mov" %} {% else %} {% endif %} {% if myDoc.type == ".png" or myDoc.type == ".jpeg" or myDoc.type == ".jpg" or myDoc.type == ".gif" or myDoc.type == ".bmp" %} {% elseif myDoc.type == ".mp3" or myDoc.type == ".wav" %} {% elseif myDoc.type == ".avi" or myDoc.type == ".mpeg" or myDoc.type == ".wmv" or myDoc.type == ".flv" or myDoc.type == ".mov" %} {% else %} {% endif %} {{ myDoc.label }} {% if allowToDel[myDoc.id] %} {% endif %}
{% if pagerDoc.haveToPaginate %} {% endif %}
{% else %}
{{ 'noDocFound'|trans }} ...
{% endif %} {% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {% include "UJMExoBundle:Partial:modal/confirmDelDoc.html.twig" %} {% endblock %}