{{ _("Welcome to the new beta version of data.gouv.fr! Learn more, go back to the old version or send us some feedback.").format( learn_more='#', legacy='https://legacy.data.gouv.fr', feedback='https://github.com/etalab/data.gouv.fr/issues/new?labels=feedback-beta', ) }}

{% include theme('svg/marianne.svg') %}
{% include theme('svg/search.svg') %} {% include theme('svg/burger-menu.svg') %} {{ _('Close') }} {% include theme('svg/close.svg') %}
{% include theme('svg/logotype.svg') %}
{% if current_user.is_authenticated %}
{{ current_user.fullname }} {{ current_user.fullname }}
{% include theme('svg/administration.svg') %}{{ _('Administration') }} {% include theme('svg/login.svg') %}{{ _('Logout') }} {% else %} {% include theme('svg/login.svg') %}{{ _('Sign in') }} {% include theme('svg/register.svg') %}{{ _("Sign up") }} {% endif %}
{% set current_endpoint = request.url_rule.endpoint.split('.')[:1] if request.url_rule or None %} {% for item in current_theme.menu %} {% set link_endpoint = item.endpoint and item.endpoint.split('.')[:1] %} {% set active = request.url_rule.endpoint != "site.home" and (link_endpoint == current_endpoint) %} {{ item.label }} {% endfor %}