{% if app.user is null %}<div class="nav-wrap bg-white bg-transparent-card rounded-xxl shadow-xss pt-3 pb-1 mb-2 mt-2"><div class="nav-caption fw-600 font-xssss text-grey-500"><span></span>{{ 'sidebar.connected'|trans({}, 'whr-public') }}</div><ul class="mb-1 top-content"><li class="logo d-none d-xl-block d-lg-block"></li><li><a href="{% if app.request.locale == "fr" %}{{ path('locale_cv_public_entry', {'_locale': app.request.locale}) }}{% else %}{{ path('cv_public_entry') }}{% endif %}" class="nav-content-bttn open-font"><i class="font-xl text-current feather-plus-circle me-3"></i><span>{{ 'sidebar.moncv'|trans({}, 'whr-public') }}</span></a></li><li><a class="nav-content-bttn open-font"><i class="font-xl text-current feather-lock me-3" style="color:grey !important;"></i><span>{{ 'sidebar.moncv_analyse'|trans({}, 'whr-public') }}</span></a></li><li><a class="nav-content-bttn open-font"><i class="font-xl text-current feather-lock me-3" style="color:grey !important;"></i><span>{{ 'sidebar.moncv_generated'|trans({}, 'whr-public') }}</span></a></li><li><a class="nav-content-bttn open-font"><i class="font-xl text-current feather-lock me-3" style="color:grey !important;"></i><span>{{ 'sidebar.moncv_original'|trans({}, 'whr-public') }}</span></a></li></ul></div>{% endif %}