<nav id="menu-top" class="bg-patient py-3 d-none d-lg-block"> <div class="container d-flex text-white justify-content-between"> <a class="text-white text-decoration-none" href="{{ path('patient-index') }}">Patients <i class="bi bi-chevron-right"></i></a> {% set current = app.request.get('_route') %} <a class="text-white text-decoration-none" href="{{ path( current ~ '.fr' ) }}">Français</a> </div></nav>