bsw@211: local interested_members = param.get("interested_members", "table") bsw@211: ui.box{ content = function() bsw@211: ui.box_row{ class = "head interested", content = function() bsw@211: ui.box_col{ class = "", content = _"Interested members" } bsw@211: end } bsw@211: ui.box_row{ class = "interested", content = function() bsw@211: ui.box_col{ content = _"The interested members are updated after some time." } bsw@211: ui.box_col{ class = "", content = function() bsw@211: execute.view{ module = "lf2", view = "_avatars", params = { members = interested_members } } bsw@211: end } bsw@211: end } bsw@211: end }