bsw@211: local initiatives = param.get("initiatives", "table") bsw@211: bsw@211: initiatives:load("initiating_members", nil, "initiating_members") bsw@211: bsw@216: for i, initiative in ipairs(initiatives) do bsw@211: bsw@216: ui.box_row{ class = "initiative", content = function() ui.box_col { content = function() bsw@216: execute.view{ module = "lf2", view = "_initiative", params = { initiative = initiative } } bsw@216: end } end } bsw@211: bsw@216: end