Aller au contenu principal
Ouvrir/Fermer le menu de navigation
Montagne
Actif
Enregistrer un Vélo
Français
Deutsch
Deutsch (Schweiz)
English (United States)
Español
Italiano
Connexion
Français
Deutsch
Deutsch (Schweiz)
English (United States)
Español
Italiano
Comment pouvons-nous t'aider ?
Recherche
Contact
vide
Vous n'avez pas trouvé ce que vous cherchiez ?
Envoyer une demande
<% var maxSections = 5 %>
Catégories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<% if (category.isActive) { %> <%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %> <% } %> <% }); %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
Afficher plus
<% } %>
<% } %>