{{ _("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='https://www.data.gouv.fr/fr/posts/nouvelle-vie-nouvelle-peau-pour-data-gouv-fr/' if g.lang_code == 'fr' else 'https://www.data.gouv.fr/{lang}/posts/en-data-gouv-fr-graphic-redesign/'.format(lang=g.lang_code), legacy='https://legacy.data.gouv.fr', feedback='https://support.data.gouv.fr/particulier/retour-plateforme', ) }}

{% 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') %}{{ _('Log 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 %}