<%_
let bView = briefView.filter(x => {
return (!x.hidden && !x.exclusiveRequiredWith && !listCategoryFieldsNotShown.includes(x.fieldName))
})
for (let field of bView){
if (field.sortable && !field.exclusiveRequired) { %>
<%}%><% let widthTh = 1.8;
if (canDelete) {widthTh += 2;}
if (canArchive) {widthTh += 2;}
if (canCheck) {widthTh += 2;}
if (canUpdate) {widthTh += 2;}
if (cardHasLink) {widthTh += 3;}
if (widthTh > 1.8){%>
<%}%>
{{(page-1)*perPage+i+1}}
<%_
let view = 'list'; for (let field of bView){
let fn = field.fieldName, ft = field.type;
let fieldObj = {field, fn, ft, ref_link: true,};%>