Aller au contenu principal
Pégase Moto
Ouvrir/Fermer le menu de navigation
Retourner sur le site
Envoyer une demande
Recherche
Pégase Moto
Vidéos
Vidéos
Vidéos
Vidéos test de Pégase
Vidéo explicative sur Pégase
Mots clefs populaires :
,
Besoin d'un arrêt aux stands ?
Contactez notre équipe pour obtenir une réponse rapidement.
Contactez-nous
<% if (activeSectionId) { var activeSection = sections.filter(function(section) { return section.id === activeSectionId; })[0] || null; if (activeSection) { sections = sections.filter(function(section) { if (activeSection['parent_section_id'] === null) { return section['category_id'] === activeSection['category_id'] && section['parent_section_id'] === null; } return section['parent_section_id'] === activeSection['parent_section_id']; }); } } else if (activeCategoryId) { sections = sections.filter(function(section) { return section['category_id'] === activeCategoryId && section['parent_section_id'] === null; }); } %>
All topics
All topics
<% sections.forEach(function(section) { %>
<%= section.name %>
<% }); %>
Catégories
Catégories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% 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
<% } %>
<% } %>