Gå til hovedindhold
Slå navigationsmenu til/fra
Tilbage til webstedet
Indsend en anmodning
Log ind
Hvad kan vi hjælpe dig med?
Vores Community Management Team er her for at hjælpe dig alle hverdage kl. 08:00-17:00
Søg
App og abonnement
Karriere og rekruttering
Produkt og bæredygtighed
Vores kaffebarer
Promoverede varer
Kan jeg indsamle stempler og modtage kupontilbud, når jeg betaler med et fysisk kaffekort?
Vilkår & betingelser stempelkort
Hvordan betaler jeg for mit abonnement?
Hvor kan jeg opgradere mit abonnement?
Hvordan kan jeg skifte det telefonnummer, som mit medlemskab er forbundet med?
Hvordan registrerer jeg et nyt medlemskab, og hvordan logger jeg ind på mit gamle medlemskab?
Hvordan registrerer jeg mit bankkort i appen?
Kan jeg overføre saldoen fra et gavekort til appen?
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
Kategorier
<% 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 %> <% var currentCategory = categories.filter(function() { }); %>
Slå navigationsmenu til/fra
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<% if (category.isActive) { %> <%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %> <% } %>
<% }); %>
Kategorier
Kategorier
<% 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) { %>
Se mere
<% } %>
<% } %>