Overslaan en naar hoofdcontent gaan
Aanmelden
Een aanvraag indienen
Aanmelden
Een aanvraag indienen
Bouma Installatietechniek NL
🏠 Offertes & Installatie
🏠 Offertes & Installatie
Informatie over nieuwe installaties, offertes en advies voor oplossingen in uw woning.
Offertes aanvragen
Kan ik een offerte krijgen voor meerdere oplossingen?
Wanneer nemen wij contact op na een offerteaanvraag?
Welke informatie hebben wij nodig voor een offerte?
Hoe verloopt een offerteaanvraag?
Hoe vraag ik een offerte aan?
CV-ketel vervangen
Welke CV-ketel past bij mijn woning?
Wanneer moet ik mijn CV-ketel vervangen?
Categorieën
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Navigatiemenu in- en uitschakelen
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categorieën
Categorieën
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% 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 %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
Zie meer
<% } %>
<% } %>