{{ app_site.title }}
  • {{ 'Réserver'|trans }}
  • {% for menu in app_menu %} {% if menu.children is not empty %}
  • {{ menu.label }}
    {% for child in menu.children %}
    {{ child.label }}
    {% endfor %}
  • {% else %}
  • {{ menu.label }}
  • {% endif %} {% endfor %}
{#
    {% if app_user_profile is defined and app_modules.user_profile == true %}
  • #}{# {{ 'Profil'|trans }} #}{# {{ app_user_profile }}
  • {% endif %} #}{#
  • {{ 'Adhérer'|trans }}
  • #}{#
  • {% if app_modules.booking is defined and app_modules.booking == true %} {{ include ('@Booking/front/_season.html.twig') }} {% endif %}
#}
{% if app.user %} {% else %} {% endif %}
{{ include ('bundles/_locale.html.twig') }}
{% if app_modules.weather is defined and app_modules.weather == true %} {{ include ('@Weather/front/_weather.html.twig') }} {% endif %}