bsw@57: local initiatives_selector = param.get("initiatives_selector", "table") bsw@57: bsw@57: if initiatives_selector:count() > 0 then bsw@57: ui.container{ bsw@57: attr = { style = "font-weight: bold;" }, bsw@57: content = _"Initiatives that invited you to become initiator:" 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: else bsw@57: ui.field.text{ value = _"You are currently not invited to any initiative." } bsw@57: end