{% trans_default_domain 'front' %} {% set title = imageTitle ? imageTitle : mediaTitle %} {% set displayTitle = imageTitle and mediaRelation.displayTitle %} {% set maxWidthClass = maxWidthClass is defined and not inAdmin ? maxWidthClass : null %} {% set popupGallery = popupGallery is defined and popupGallery %} {% if not inAdmin %}
{{ "Chargement..."|trans|raw }}
{% endif %} {% if fullPopup and popupGallery %} {% endif %} {{ mediaTitle|striptags }} {% if fullPopup and popupGallery %} {% endif %} {% if not inAdmin %}
{% endif %} {% if not inAdmin and (mediaAuthor or displayTitle or notContractual) %}
{% if not inAdmin and mediaAuthor %} {{ mediaAuthor|trans|raw }} {% endif %} {% if not inAdmin and displayTitle %} {% if mediaAuthor %} - {% endif %} {{ imageTitle|trans|raw }} {% endif %} {% if not inAdmin and notContractual %} {% if mediaAuthor or imageTitle %} - {% endif %} {{ 'Image non contractuelle'|trans|raw }} {% endif %}
{% endif %}