Saltar al contenido principal
Abrir/cerrar menú de navegación
Montaña
Activo
Registro de bicicletas
Español
Deutsch
Deutsch (Schweiz)
English (United States)
Français
Italiano
Iniciar sesión
Español
Deutsch
Deutsch (Schweiz)
English (United States)
Français
Italiano
¿Cómo podemos ayudar?
Búsqueda
Contacto
vacío
¿No encontraste lo que buscabas?
Enviar una solicitud
<% var maxSections = 5 %>
Categorías
<% 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) { %>
Más información
<% } %>
<% } %>