a1e24c95c9
Allows you to easily mention someone in your message.
11 lines
356 B
HTML
11 lines
356 B
HTML
<li class="{{role}} occupant" id="{{id}}"
|
|
{[ if (role === "moderator") { ]}
|
|
title="{{desc_moderator}} {{hint_occupant}}"
|
|
{[ } ]}
|
|
{[ if (role === "occupant") { ]}
|
|
title="{{desc_occupant}} {{hint_occupant}}"
|
|
{[ } ]}
|
|
{[ if (role === "visitor") { ]}
|
|
title="{{desc_visitor}} {{hint_occupant}}"
|
|
{[ } ]}>{{nick}}</li>
|