bsw@75: local initiatives_selector = param.get("initiatives_selector", "table") bsw@57: if initiatives_selector:count() > 0 then bsw@57: ui.container{ bsw@57: attr = { style = "font-weight: bold;" }, bsw@57: content = _"Open initiatives you are supporting which has been updated their draft:" bsw@57: } bsw@57: bsw@57: execute.view{ bsw@57: module = "initiative", bsw@57: view = "_list", bsw@57: params = { initiatives_selector = initiatives_selector } bsw@57: } bsw@57: end