- {% block menu_bar_title %}Phraseanet{% endblock %} {% if module is defined and module != "lightbox" and app['authentication'].isAuthenticated() %}
- {% if module is defined and module == "prod" %} {{ 'admin::monitor: Ancienne version (client)' | trans }} {% else %} {% if app['browser'].isNewGeneration %} {% if module is defined and module == "client" %} {{ 'admin::monitor: Nouvelle version (prod)' | trans }} {% else %} {{ 'admin::monitor: production' | trans }} {% endif %} {% endif %} {% endif %} {% if app['browser'].isNewGeneration and app['phraseanet.registry'].get('GV_thesaurus') == true and app['acl'].get(app['authentication'].getUser()).has_access_to_module('thesaurus') %}
- {{ 'admin::monitor: module thesaurus' | trans }} {% endif %} {# MODULE #} {% if app['acl'].get(app['authentication'].getUser()).has_access_to_module('admin') %}
- {{ 'admin::monitor: module admin' | trans }} {% endif %} {# MODULE #} {% if app['acl'].get(app['authentication'].getUser()).has_access_to_module('report') %}
- {{ 'admin::monitor: module report' | trans }} {% endif %} {# MODULE #}
- {{ 'admin::monitor: module validation' | trans }} {# MODULE #} {% if module is defined and module == "prod" %} {% if app['acl'].get(app['authentication'].getUser()).has_access_to_module('upload') %}
- {% set link = path('upload_form') %} {% if not app['browser'].supportFileAPI() %} {% set link = path('upload_flash_form') %} {% endif %} {{ 'admin::monitor: module upload' | trans }} {% endif %} {% endif %} {# MODULE #} {% if module is defined and (module == "prod" or module == "client") %}
- {{ 'Publications' | trans }} {% endif %} {% if module is defined and module == "prod" and app['acl'].get(app['authentication'].getUser()).has_right('order_master') %}
- {{ 'Commandes' | trans }} {% endif %} {% endif %}
-
{% if app['authentication'].isAuthenticated() and (module is defined and (module == "client" or module == "prod")) %}
- {{ 'Notifications' | trans }} {% endif %}
- {% if app['authentication'].isAuthenticated() %} {% if app['authentication'].getUser().is_guest %} {{ 'Guest' | trans }} {% else %} {{app['authentication'].getUser().get_login()}} {% endif %} {% endif %}
-
{{ 'phraseanet:: aide' | trans }}
▼
{% if module is defined and module == "prod" %}{{ 'phraseanet:: raccourcis clavier' | trans }}">{{ 'phraseanet:: a propos' | trans }}
- {% if app['authentication'].isAuthenticated() %} {{ 'phraseanet:: deconnection' | trans }} {% endif %}