{% if account is not none %} {% for type, display_name in account.get_api().get_connector().get_element_types() %} {{ display_name }} {% if not loop.last %} - {% endif %} {% endfor %} {% endif %} | {% if account is not none %} {% for type, display_name in account.get_api().get_connector().get_container_types() %} {{ display_name }} {% if not loop.last %} - {% endif %} {% endfor %} {{ 'Fichiers envoyes' | trans }} {% endif %} {% if account is not none %} {{ 'phraseanet:: deconnection' | trans }} {% endif %}
{% block menu %}{% endblock %}
{% if error_message %}
{{ error_message }}
{% endif %} {% if notice_message %}
{{ notice_message }}
{% endif %} {% block response %}{% endblock %}
{% if account is not none %} {% if account.get_api().get_connector().get_terms_url() %} {{ 'Terms of service' | trans }} {% endif %} {% endif %} {% if account is not none %} {{ account.get_api().get_connector().get_infos() }} {% endif %}