{% set currentRoute = app.request.attributes.get('_route')|default('') %} {% set isAuthPage = currentRoute in ['app_login', 'app_register', 'app_forgot_password_request', 'app_check_email', 'app_reset_password', 'app_team_invitation_accept'] %} {% set isAppShellPage = (not isAuthPage) %} {% set show_cotisation_banner = isAppShellPage and app.user and not app.user.cotisationPayee %} {% set lpf_css_v = '11' %} {% set hero_banner_routes = ['app_homepage', 'app_homepage_v2_preview', 'app_matches', 'app_knockout', 'app_ranking', 'app_jokers', 'app_buteurs'] %}