{% if reloadTree %} {% endif %} {% if app['request'].query.get('success') == '1' %}
× {{ 'forms::operation effectuee OK' | 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_sbas(databox.get_sbas_id(), constant('\\ACL::BAS_MANAGE')) %}
{% for code, language in app['locales.available'] %}
{{ language }}
{% endfor %}
{% for code, language in app['locales.available'] %}
{% endfor %}
{{ "admin::base:collection: Creer une collection" | trans }} {# hide in PHRAS-3235#} {#
#} {# #} {#
#}
{{ 'admin::base:text clear database logs' | trans }}
{{ 'admin::base:text unmount database' | trans }}
{{ 'admin::base:text delete a database' | trans }}
{% if databox.get_mountable_colls()| length > 0 %}
{{ "admin::base:collection: Monter une collection" | trans }}
{% endif %} {% if databox.get_activable_colls()| length > 0 %}
{{ "Activer une collection" | trans }}
{% endif %} {% endif %}

{{ "admin::base: logo impression PDF" | trans }}

{% if app.getAclForUser(app.getAuthenticatedUser()).has_right_on_sbas(databox.get_sbas_id(), constant('\\ACL::BAS_MANAGE')) %}
{% endif %}
{{ "admin::base:collection: aucun fichier (minilogo, watermark ...)" | trans }} {% if app.getAclForUser(app.getAuthenticatedUser()).has_right_on_sbas(databox.get_sbas_id(), constant('\\ACL::BAS_MANAGE')) %} {{ "admin::base: envoyer un logo (jpeg 35px de hauteur max)" | trans }} {% endif %}