|
@@ -1,44 +1,44 @@
|
|
|
-{[ if (has_features) { ]}
|
|
|
-<p class="occupants-heading">{{{label_features}}}</p>
|
|
|
+{[ if (o.has_features) { ]}
|
|
|
+<p class="occupants-heading">{{{o.label_features}}}</p>
|
|
|
{[ } ]}
|
|
|
<ul class="features-list">
|
|
|
-{[ if (passwordprotected) { ]}
|
|
|
-<li class="feature" title="{{{ tt_passwordprotected }}}"><span class="icon-lock-2"></span>{{{ label_passwordprotected }}}</li>
|
|
|
+{[ if (o.passwordprotected) { ]}
|
|
|
+<li class="feature" title="{{{ o.tt_passwordprotected }}}"><span class="icon-lock-2"></span>{{{ o.label_passwordprotected }}}</li>
|
|
|
{[ } ]}
|
|
|
-{[ if (unsecured) { ]}
|
|
|
-<li class="feature" title="{{{ tt_unsecured }}}"><span class="icon-unlocked"></span>{{{ label_unsecured }}}</li>
|
|
|
+{[ if (o.unsecured) { ]}
|
|
|
+<li class="feature" title="{{{ o.tt_unsecured }}}"><span class="icon-unlocked"></span>{{{ o.label_unsecured }}}</li>
|
|
|
{[ } ]}
|
|
|
-{[ if (hidden) { ]}
|
|
|
-<li class="feature" title="{{{ tt_hidden }}}"><span class="icon-eye-blocked"></span>{{{ label_hidden }}}</li>
|
|
|
+{[ if (o.hidden) { ]}
|
|
|
+<li class="feature" title="{{{ o.tt_hidden }}}"><span class="icon-eye-blocked"></span>{{{ o.label_hidden }}}</li>
|
|
|
{[ } ]}
|
|
|
-{[ if (public) { ]}
|
|
|
-<li class="feature" title="{{{ tt_public }}}"><span class="icon-eye"></span>{{{ label_public }}}</li>
|
|
|
+{[ if (o.public_room) { ]}
|
|
|
+<li class="feature" title="{{{ o.tt_public }}}"><span class="icon-eye"></span>{{{ o.label_public }}}</li>
|
|
|
{[ } ]}
|
|
|
-{[ if (membersonly) { ]}
|
|
|
-<li class="feature" title="{{{ tt_membersonly }}}"><span class="icon-address-book"></span>{{{ label_membersonly }}}</li>
|
|
|
+{[ if (o.membersonly) { ]}
|
|
|
+<li class="feature" title="{{{ o.tt_membersonly }}}"><span class="icon-address-book"></span>{{{ o.label_membersonly }}}</li>
|
|
|
{[ } ]}
|
|
|
-{[ if (open) { ]}
|
|
|
-<li class="feature" title="{{{ tt_open }}}"><span class="icon-globe"></span>{{{ label_open }}}</li>
|
|
|
+{[ if (o.open) { ]}
|
|
|
+<li class="feature" title="{{{ o.tt_open }}}"><span class="icon-globe"></span>{{{ o.label_open }}}</li>
|
|
|
{[ } ]}
|
|
|
-{[ if (persistent) { ]}
|
|
|
-<li class="feature" title="{{{ tt_persistent }}}"><span class="icon-save"></span>{{{ label_persistent }}}</li>
|
|
|
+{[ if (o.persistent) { ]}
|
|
|
+<li class="feature" title="{{{ o.tt_persistent }}}"><span class="icon-save"></span>{{{ o.label_persistent }}}</li>
|
|
|
{[ } ]}
|
|
|
-{[ if (temporary) { ]}
|
|
|
-<li class="feature" title="{{{ tt_temporary }}}"><span class="icon-snowflake"></span>{{{ label_temporary }}}</li>
|
|
|
+{[ if (o.temporary) { ]}
|
|
|
+<li class="feature" title="{{{ o.tt_temporary }}}"><span class="icon-snowflake"></span>{{{ o.label_temporary }}}</li>
|
|
|
{[ } ]}
|
|
|
-{[ if (nonanonymous) { ]}
|
|
|
-<li class="feature" title="{{{ tt_nonanonymous }}}"><span class="icon-idcard-dark"></span>{{{ label_nonanonymous }}}</li>
|
|
|
+{[ if (o.nonanonymous) { ]}
|
|
|
+<li class="feature" title="{{{ o.tt_nonanonymous }}}"><span class="icon-idcard-dark"></span>{{{ o.label_nonanonymous }}}</li>
|
|
|
{[ } ]}
|
|
|
-{[ if (semianonymous) { ]}
|
|
|
-<li class="feature" title="{{{ tt_semianonymous }}}"><span class="icon-info"></span>{{{ label_semianonymous }}}</li>
|
|
|
+{[ if (o.semianonymous) { ]}
|
|
|
+<li class="feature" title="{{{ o.tt_semianonymous }}}"><span class="icon-info"></span>{{{ o.label_semianonymous }}}</li>
|
|
|
{[ } ]}
|
|
|
-{[ if (moderated) { ]}
|
|
|
-<li class="feature" title="{{{ tt_moderated }}}"><span class="icon-legal"></span>{{{ label_moderated }}}</li>
|
|
|
+{[ if (o.moderated) { ]}
|
|
|
+<li class="feature" title="{{{ o.tt_moderated }}}"><span class="icon-legal"></span>{{{ o.label_moderated }}}</li>
|
|
|
{[ } ]}
|
|
|
-{[ if (unmoderated) { ]}
|
|
|
-<li class="feature" title="{{{ tt_unmoderated }}}"><span class="icon-info"></span>{{{ label_unmoderated }}}</li>
|
|
|
+{[ if (o.unmoderated) { ]}
|
|
|
+<li class="feature" title="{{{ o.tt_unmoderated }}}"><span class="icon-info"></span>{{{ o.label_unmoderated }}}</li>
|
|
|
{[ } ]}
|
|
|
-{[ if (mam_enabled) { ]}
|
|
|
-<li class="feature" title="{{{ tt_mam_enabled }}}"><span class="icon-database"></span>{{{ label_mam_enabled }}}</li>
|
|
|
+{[ if (o.mam_enabled) { ]}
|
|
|
+<li class="feature" title="{{{ o.tt_mam_enabled }}}"><span class="icon-database"></span>{{{ o.label_mam_enabled }}}</li>
|
|
|
{[ } ]}
|
|
|
</ul>
|