{{ g.site.title }}

{{ _('Open platform for french public data') }}

    {% for item in current_theme.menu %}
  • {{ item.label }} {% if item.items %}
      {% for subitem in item.items %}
    • {{ subitem.label }}
    • {% endfor %}
    {% endif %}
  • {% endfor %}
    {% if g.lang_code and request.url %}
    • {% for code, name in config['LANGUAGES'].items() %}
    • {{name}} flag {{name}}
    • {% endfor %}
  • {% endif %} {% if current_user.is_authenticated %}
    • {{ _('My profile') }}
    • {% if current_user.organizations %}
    • {{ _('Organizations') }}
    • {% for org in current_user.organizations %}
    • {{ org.acronym or org.name }} {{ org.acronym or org.name }}
    • {% endfor %}
    • {% endif %}
    • {{ _('Administration') }}
    • {{ _('Logout') }}
  • {% else %}
  • {{ _('Sign In / Register') }}
  • {% endif %}