{{{o.display_name}}}

{{{o.__('Name')}}}: {{{o.name}}}

{{{o.__('Groupchat address (JID)')}}}: {{{o.jid}}}

{{{o.__('Description')}}}: {{{o.description}}}

{[ if (o.subject) { ]}

{{{o.__('Topic')}}}: {{o.topic}}

{{{o.__('Topic author')}}}: {{{o._.get(o.subject, 'author')}}}

{[ } ]}

{{{o.__('Online users')}}}: {{{o.num_occupants}}}

{{{o.__('Features')}}}:

    {[ if (o.features.passwordprotected) { ]}
  • {{{ o.__('Password protected') }}} - {{{ o.__('This groupchat requires a password before entry') }}}
  • {[ } ]} {[ if (o.features.unsecured) { ]}
  • {{{ o.__('No password required') }}} - {{{ o.__('This groupchat does not require a password upon entry') }}}
  • {[ } ]} {[ if (o.features.hidden) { ]}
  • {{{ o.__('Hidden') }}} - {{{ o.__('This groupchat is not publicly searchable') }}}
  • {[ } ]} {[ if (o.features.public_room) { ]}
  • {{{ o.__('Public') }}} - {{{ o.__('This groupchat is publicly searchable') }}}
  • {[ } ]} {[ if (o.features.membersonly) { ]}
  • {{{ o.__('Members only') }}} - {{{ o.__('This groupchat is restricted to members only') }}}
  • {[ } ]} {[ if (o.features.open) { ]}
  • {{{ o.__('Open') }}} - {{{ o.__('Anyone can join this groupchat') }}}
  • {[ } ]} {[ if (o.features.persistent) { ]}
  • {{{ o.__('Persistent') }}} - {{{ o.__('This groupchat persists even if it\'s unoccupied') }}}
  • {[ } ]} {[ if (o.features.temporary) { ]}
  • {{{ o.__('Temporary') }}} - {{{ o.__('This groupchat will disappear once the last person leaves') }}}
  • {[ } ]} {[ if (o.features.nonanonymous) { ]}
  • {{{ o.__('Not anonymous') }}} - {{{ o.__('All other groupchat participants can see your XMPP address') }}}
  • {[ } ]} {[ if (o.features.semianonymous) { ]}
  • {{{ o.__('Semi-anonymous') }}} - {{{ o.__('Only moderators can see your XMPP address') }}}
  • {[ } ]} {[ if (o.features.moderated) { ]}
  • {{{ o.__('Moderated') }}} - {{{ o.__('Participants entering this groupchat need to request permission to write') }}}
  • {[ } ]} {[ if (o.features.unmoderated) { ]}
  • {{{ o.__('Not moderated') }}} - {{{ o.__('Participants entering this groupchat can write right away') }}}
  • {[ } ]} {[ if (o.features.mam_enabled) { ]}
  • {{{ o.__('Message archiving') }}} - {{{ o.__('Messages are archived on the server') }}}
  • {[ } ]}