Managing My Account
Updating your Details, cancellations, treatment schedule and making a complaint
-
<%
var currentSection = sections.filter(function(section) { return section.id === sectionId; })[0] || null;
var sectionArticles = currentSection ? currentSection.articles : []
sectionArticles.forEach(function(article) {
%>
- <% }) %>