2017-02-13 09:23:42 +01:00
|
|
|
<li class="{{{role}}} occupant" id="{{{id}}}"
|
2014-01-19 05:21:49 +01:00
|
|
|
{[ if (role === "moderator") { ]}
|
2017-02-13 09:23:42 +01:00
|
|
|
title="{{{desc_moderator}}} {{{hint_occupant}}}"
|
2014-01-19 05:21:49 +01:00
|
|
|
{[ } ]}
|
2015-10-31 17:30:06 +01:00
|
|
|
{[ if (role === "occupant") { ]}
|
2017-02-13 09:23:42 +01:00
|
|
|
title="{{{desc_occupant}}} {{{hint_occupant}}}"
|
2014-01-19 05:21:49 +01:00
|
|
|
{[ } ]}
|
|
|
|
{[ if (role === "visitor") { ]}
|
2017-02-13 09:23:42 +01:00
|
|
|
title="{{{desc_visitor}}} {{{hint_occupant}}}"
|
|
|
|
{[ } ]}>{{{nick}}}</li>
|