441f7a2a15
if you're allowed to see it.
14 lines
560 B
HTML
14 lines
560 B
HTML
<li class="{{{ role }}} occupant" id="{{{ id }}}"
|
|
{[ if (role === "moderator") { ]}
|
|
title="{{{ jid }}} {{{ desc_moderator }}} {{{ hint_occupant }}}"
|
|
{[ } ]}
|
|
{[ if (role === "occupant") { ]}
|
|
title="{{{ jid }}} {{{ desc_occupant }}} {{{ hint_occupant }}}"
|
|
{[ } ]}
|
|
{[ if (role === "visitor") { ]}
|
|
title="{{{ jid }}} {{{ desc_visitor }}} {{{ hint_occupant }}}"
|
|
{[ } ]}
|
|
{[ if (!_.includes(["visitor", "occupant", "moderator"], role)) { ]}
|
|
title="{{{ jid }}} {{{ hint_occupant }}}"
|
|
{[ } ]}>{{{nick}}}</li>
|