Vai al contenuto principale
Alterna menu di navigazione
blablabla
Created with Sketch.
Italiano
Čeština
Deutsch
English (GB)
English (IN)
Español
Español (México)
Français
Hrvatski
Magyar
Nederlands
Polski
Português
Português do Brasil
Română
Русский
Slovenčina
Srpski
Türkçe
Українська
Centro assistenza
Passeggero
Ricerca
Passeggero
Ottieni assistenza per annullamenti, richieste di prenotazione e altro.
Cercare un viaggio e prenotare
Continua a leggere >
I tuoi viaggi
Continua a leggere >
Pagamenti, prezzi e rimborsi
Continua a leggere >
Categorie
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 12 %>
Alterna menu di navigazione
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categorie
Categorie
<% categories.forEach(function(category) { %>
<%= category.name %> <% if (category.isActive) { %>
<% } %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %> <% if (section.isActive) { %>
<% } %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
Vedi altro
<% } %>
<% } %>