2016-07-26 08:59:34 +02:00
|
|
|
<li class="{{role}}" id="{{id}}"
|
2014-01-19 05:21:49 +01:00
|
|
|
{[ if (role === "moderator") { ]}
|
|
|
|
title="{{desc_moderator}}"
|
|
|
|
{[ } ]}
|
2015-10-31 17:30:06 +01:00
|
|
|
{[ if (role === "occupant") { ]}
|
|
|
|
title="{{desc_occupant}}"
|
2014-01-19 05:21:49 +01:00
|
|
|
{[ } ]}
|
|
|
|
{[ if (role === "visitor") { ]}
|
|
|
|
title="{{desc_visitor}}"
|
2016-07-19 14:45:25 +02:00
|
|
|
{[ } ]}>{{nick}}</li>
|