Aller au contenu principal
Ouvrir/Fermer le menu de navigation
Page d'accueil
Catégories
Recherche
Informations générales
Puis-je demander une boîte de collecte personnalisée avec logo ?
Article à la une
Comment trouver le point de collecte public le plus proche de chez moi ?
Article à la une
Comment puis-je mettre en place un point de collecte public ?
Article à la une
Qu'est-ce qu'un point de collecte public et en quoi cela consiste-t-il ?
Puis-je demander un soutien en relations publiques (PR) ?
Comment puis-je accéder aux supports promotionnels pour faire connaître mes collectes ?
J'aimerais mettre en place un point de collecte public, mais le programme est complet, que puis-je faire ?
Recherches les plus fréquentes
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
Catégories
<% 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 %>
Ouvrir/Fermer le menu de navigation
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<% if (category.isActive) { %> <%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %> <% } %>
<% }); %>
Catégories
Catégories
<% 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 %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% var isSubsection = parent.hasOwnProperty('parent_section_id') %> <% 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
<% } %>
<% } %>
Réalisé par Zendesk