Skip to main content
Toggle navigation menu
Sign in
PATCHS Support
GP practices
General information on Patchs
Release notes
Search
Release notes
Find out what's new in PATCHS
Patchs 1.96 Release (22nd August 2024)
Patchs 1.95 Release (25th July 2024)
Patchs 1.94 Release (25th June 2024)
Patchs 1.92 Release (18th April 2024)
Patchs 1.91 Release (7th March 2024)
Patchs 1.90 Release (19th February 2024)
Patchs 1.89 Release (17th January 2024)
Patchs 1.88 Release (14th December2023)
Patchs 1.87 Release (27th November 2023)
Patchs 1.86 Release (24th October 2023)
Patchs 1.85.1 Release (20th September 2023)
Patchs 1.84.5 Release (7th September 2023)
Patchs 1.84.1 Release (24th August 2023)
Patchs 1.83 Release (8th August 2023)
Patchs 1.82.1 Release (11th July 2023)
Patchs 1.81.5 Release (15th June 2023)
Patchs 1.81 Release (1st June 2023)
Patchs 1.80.5 Release (22nd May 2023)
Patchs 1.80 Release (9th May 2023)
Patchs 1.79 Release (11th April 2023)
Patchs 1.78 Release (20th March 2023)
Patchs 1.77 Release (20th February 2023)
Patchs 1.76.1 Release (26th January 2023)
Patchs 1.76 Release (12th January 2023)
Patchs 1.75 Release (15th December 2022)
Patchs 1.74 Release ( 1st December 2022)
Patchs 1.73 Release ( 17th November 2022)
Patchs 1.72 Release (3rd November 2022)
Patchs 1.71 Release (26th October 2022)
Patchs 1.70 Release (10th October 2022)
Next
›
Last
»
Categories
<% 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 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categories
<% 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 %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% 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) { %>
See more
<% } %>
<% } %>