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