{% if reloadTree %} {% endif %} {% set bas_id = collection.get_base_id() %} {% if app['request'].query.get('success') == '1' %}
× {{ 'Successful update' | trans }}
{% elseif app['request'].query.get('success') == '0' %}
× {{ 'An error occured' | trans }} {% if errorMsg is not none %} {{ errorMsg }} {% endif %}
{% endif %} {% if app.getAclForUser(app.getAuthenticatedUser()).has_right_on_base(bas_id, constant('\\ACL::COLL_MANAGE')) %}
{{ 'admin::collection:: Gestionnaires des commandes' | trans }}
{% if admins | length > 0 %} {% endif %}
{{ 'admin::collection:: presentation des elements lors de la diffusion aux utilisateurs externes (publications)' | trans }}
{% for code, language in app['locales.available'] %}
{{ language }}
{% endfor %}
{% for code, language in app['locales.available'] %}
{% endfor %}
{{ 'admin::base:collection:text disable collection' | trans }}
{{ 'admin::base:collection:text empty collection' | trans }}
{{ 'admin::base:collection:text delete collection' | trans }}
{% endif %} {# mini logo #}
{{ 'admin::base:collection: minilogo actuel' | trans }}
{% if collection.getLogo(bas_id, app) is not empty %}
{{ collection.getLogo(bas_id, app) | raw }}
{% if app.getAclForUser(app.getAuthenticatedUser()).has_right_on_base(bas_id, constant('\\ACL::COLL_MANAGE')) %}
{% endif%} {% elseif app.getAclForUser(app.getAuthenticatedUser()).has_right_on_base(bas_id, constant('\\ACL::COLL_MANAGE')) %} {{ 'admin::base:collection: aucun fichier (minilogo, watermark ...)' | trans }}
{% trans %}Select files...{% endtrans %}
{% endif %}
{# watermark #}
{{ "Watermark" | trans }}
{% if collection.getWatermark(bas_id) is not empty %}
{{ collection.getWatermark(bas_id)| raw }}
{% if app.getAclForUser(app.getAuthenticatedUser()).has_right_on_base(bas_id, constant('\\ACL::COLL_MANAGE')) %}
{% endif%} {% elseif app.getAclForUser(app.getAuthenticatedUser()).has_right_on_base(bas_id, constant('\\ACL::COLL_MANAGE')) %} {{ 'admin::base:collection: aucun fichier (minilogo, watermark ...)' | trans }}
{% trans %}Select files...{% endtrans %}
{% endif %}
{# stamp logo #}
{{ "Stamp logo" | trans }}
{% if collection.getStamp(bas_id) is not empty %}
{{ collection.getStamp(bas_id)| raw }}
{% if app.getAclForUser(app.getAuthenticatedUser()).has_right_on_base(bas_id, constant('\\ACL::COLL_MANAGE')) %}
{% endif%} {% elseif app.getAclForUser(app.getAuthenticatedUser()).has_right_on_base(bas_id, constant('\\ACL::COLL_MANAGE')) %} {{ 'admin::base:collection: aucun fichier (minilogo, watermark ...)' | trans }}
{% trans %}Select files...{% endtrans %}
{% endif %}
{# Invalid file type modal shown when uploaded logo file is invalid #}