Search

Operations Templates
Our most robust template buider for procedures, inspections, and audits.
<%
var currentSection = sections.filter(function(section) { return section.id === sectionId; })[0] || null;
var sectionArticles = currentSection ? currentSection.articles : []
console.log(moment)
%>
<% sectionArticles.forEach(function(article, index) { %>
<% }) %>