<% if (heading) { %>
<%= heading %>
Wählen Sie eine Kategorie aus, um die Antworten auf Ihre Fragen zu finden
<% } %>
<% var filteredCategories = categories.filter(function(category) {
return category.id === 4413735517713;
}); %>
<% if (filteredCategories.length > 1) { %>
<% filteredCategories.forEach(function(category, index) { %>
<% }) %>
<% } else { %>
<%
if (filteredCategories.length === 1) {
sections = sections.filter(function(section) { return section['category_id'] === filteredCategories[0].id; });
}
%>
<% sections.forEach(function(section, index) { %>
<%= section.name %>
<% if (section.sections.length) { %>
<% } else if (section.articles.length) { %>
<% } else { %>
leer
<% } %>
<% }) %>
<% } %>