Dat kan via ‘Mijn OV-chipkaart’ op www.ov-chipkaart.nl of met een aanvraagformulier. Als je saldo tijdens het reizen onder de € 5,- komt, laadt de kaart automatisch op met een vast (door jouw gekozen) bedrag.
Waar kunnen we je mee helpen?
Zoeken
In dit artikel
-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
<% if (heading) { %>
<% var getColumnClasses = function(numberColumns) {
var classNames = 'col-12';
if (numberColumns >= 2) classNames += ' sm:col-6';
if (numberColumns >= 3) classNames += ' md:col-4';
if (numberColumns >= 4) classNames += ' lg:col-3';
return classNames;
} %>
<%= heading %>
<% } %>
<% if (categories.length > 1) { %>
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<% }) %>
<% } else { %>
<% sections.forEach(function(section, index) { %>
<% if (category.sections.length) { %>
-
<% category.sections.forEach(function(section) { %>
- <%= section.name %> <% }) %>
<%= section.name %>
<% }) %>
<% } %>
<% if (section.sections.length) { %>
-
<% section.sections.forEach(function(section) { %>
- <%= section.name %> <% }) %>
-
<% section.articles.forEach(function(article) { %>
- <%= article.title %> <% }) %>
<% if (heading) { %>
<%= heading %>
<% } %>Staat je vraag er niet tussen? Hieronder kun je contact met ons opnemen.
-
<% blocks.forEach(function(block, index) { %>
-
<% if (imageHeight) { %> <% } %><% if (block.name) { %>
<% if (block.html_url) { %> <%= block.name %> <% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %><%= block.description %>
<% } %>
<% }) %>
Categorieën
Navigatiemenu in- en uitschakelen
Categorieën
-
<% sections.forEach(function(section) { %>
-
<%= 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 %> <% }); %>
<% }); %>
-
<% 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 <% } %>