2016-07-26 11:04:05 +02:00
|
|
|
<li class="{{role}} occupant" id="{{id}}"
|
2014-01-19 05:21:49 +01:00
|
|
|
{[ if (role === "moderator") { ]}
|
2016-07-26 11:04:05 +02: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") { ]}
|
2016-07-26 11:04:05 +02:00
|
|
|
title="{{desc_occupant}} {{hint_occupant}}"
|
2014-01-19 05:21:49 +01:00
|
|
|
{[ } ]}
|
|
|
|
{[ if (role === "visitor") { ]}
|
2016-07-26 11:04:05 +02:00
|
|
|
title="{{desc_visitor}} {{hint_occupant}}"
|
2016-07-19 14:45:25 +02:00
|
|
|
{[ } ]}>{{nick}}</li>
|