<%- include('partial/page_header.ejs') %>
<% bpStatus.forEach(({ category, metadatas }) => { %> <% metadatas.forEach((metadata) => { %> <%- include('./partial/bpset_item.ejs', { metadata, category }) %> <%- include('./partial/bpset_details.ejs', { metadata }) %> <%- include('./partial/bpset_logs.ejs', { metadata }) %> <%- include('./partial/bpset_fixdialog.ejs', { metadata }) %> <% }) %> <% }) %>
# Name B.P. Category Priority Fail/Pass Pass Percent Action
<%= category %> (<%= metadatas.length %>)
<%- include('./style.ejs') %> <%- include('./script.ejs') %>