Skip to main content
Toggle navigation menu
Return to ServicePower
Submit a request
Sign in
Search
Servicer Knowledge Base
Submit a request
Submit a request
Please select the team you'd like to reach below
-
SPPN
Servicer Support
Elica Technical Support
Providing as much information as possible in your request will allow us to help you faster
Popular Keywords
,
<% var getColumnClasses = function(numberColumns) { var classNames = 'col-12'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; } %>
<% if (heading) { %>
<%= heading %>
<% } %>
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %> <% if (block.name) { %>
<%= block.name %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
<% var getColumnClasses = function(numberColumns) { var classNames = 'col-12'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; } %>
<% if (heading) { %>
<%= heading %>
<% } %>
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (block.name) { %>
<% if (block.html_url) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
<% if (activeSectionId) { var activeSection = sections.filter(function(section) { return section.id === activeSectionId; })[0] || null; if (activeSection) { sections = sections.filter(function(section) { if (activeSection['parent_section_id'] === null) { return section['category_id'] === activeSection['category_id'] && section['parent_section_id'] === null; } return section['parent_section_id'] === activeSection['parent_section_id']; }); } } else if (activeCategoryId) { sections = sections.filter(function(section) { return section['category_id'] === activeCategoryId && section['parent_section_id'] === null; }); } %>
All topics
All topics
<% sections.forEach(function(section) { %>
<%= section.name %>
<% }); %>
Categories
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% 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
<% } %>
<% } %>