<% cols.forEach(col => { %>
<% buttons[col].forEach((cell) => {
const ctx = cell.context || {};
%>
<% }); %>
<% }); %>