Subject: {% if name %}You are invited to join a meeting: %name%{% else %}You are invited to join a meeting{% endif %} #if organizername Organizer: %organizername% #endif #if numeric_id Meeting ID: %numeric_id% #if passcode Meeting passcode: %passcode% #endif #endif #for wba in web_bridge_addresses #if wba.address or wba.hyperlink #if loop.index == 0 Join from a computer, mobile phone or tablet #endif {% if wba.label %} %wba.label%:{% endif %} {% if wba.hyperlink %}%wba.hyperlink%{% else %}%wba.address%{% endif %} #endif #endfor #for ivrn in ivr_numbers #if ivrn.number #if loop.index == 0 Join by phone #endif {% if ivrn.label %} %ivrn.label%:{% endif %} %ivrn.number% #endif #endfor #if uri Join from a video conferencing system or application Dial %uri% #endif