<liclass="feature"><spanclass="fa fa-lock"></span>{{{ o.__('Password protected') }}} - <em>{{{ o.__('This room requires a password before entry') }}}</em></li>
{[ } ]}
{[ if (o.unsecured) { ]}
<liclass="feature"><spanclass="fa fa-unlock"></span>{{{ o.__('No password required') }}} - <em>{{{ o.__('This room does not require a password upon entry') }}}</em></li>
{[ } ]}
{[ if (o.hidden) { ]}
<liclass="feature"><spanclass="fa fa-eye-slash"></span>{{{ o.__('Hidden') }}} - <em>{{{ o.__('This room is not publicly searchable') }}}</em></li>
<liclass="feature"><spanclass="fa fa-address-book"></span>{{{ o.__('Members only') }}} - <em>{{{ o.__('this room is restricted to members only') }}}</em></li>
{[ } ]}
{[ if (o.open) { ]}
<liclass="feature"><spanclass="fa fa-globe"></span>{{{ o.__('Open') }}} - <em>{{{ o.__('Anyone can join this room') }}}</em></li>
{[ } ]}
{[ if (o.persistent) { ]}
<liclass="feature"><spanclass="fa fa-save"></span>{{{ o.__('Persistent') }}} - <em>{{{ o.__('This room persists even if it\'s unoccupied') }}}</em></li>
{[ } ]}
{[ if (o.temporary) { ]}
<liclass="feature"><spanclass="fa fa-snowflake-o"></span>{{{ o.__('Temporary') }}} - <em>{{{ o.__('This room will disappear once the last person leaves') }}}</em></li>
{[ } ]}
{[ if (o.nonanonymous) { ]}
<liclass="feature"><spanclass="fa fa-id-card"></span>{{{ o.__('Not anonymous') }}} - <em>{{{ o.__('All other room occupants can see your XMPP username') }}}</em></li>
{[ } ]}
{[ if (o.semianonymous) { ]}
<liclass="feature"><spanclass="fa fa-user-secret"></span>{{{ o.__('Semi-anonymous') }}} - <em>{{{ o.__('Only moderators can see your XMPP username') }}}</em></li>
{[ } ]}
{[ if (o.moderated) { ]}
<liclass="feature"><spanclass="fa fa-gavel"></span>{{{ o.__('Moderated') }}} - <em>{{{ o.__('This room is being moderated') }}}</em></li>
{[ } ]}
{[ if (o.unmoderated) { ]}
<liclass="feature"><spanclass="fa fa-info-circle"></span>{{{ o.__('Not moderated') }}} - <em>{{{ o.__('This room is not being moderated') }}}</em></li>
{[ } ]}
{[ if (o.mam_enabled) { ]}
<liclass="feature"><spanclass="fa fa-database"></span>{{{ o.__('Message archiving') }}} - <em>{{{ o.__('Messages are archived on the server') }}}</em></li>
<liclass="feature"title="{{{ o.__('This room does not require a password upon entry') }}}"><spanclass="fa fa-unlock"></span>{{{ o.__('No password') }}}</li>
<liclass="feature"title="{{{ o.__('this room is restricted to members only') }}}"><spanclass="fa fa-address-book"></span>{{{ o.__('Members only') }}}</li>
<liclass="feature"title="{{{ o.__('This room will disappear once the last person leaves') }}}"><spanclass="fa fa-snowflake-o"></span>{{{ o.__('Temporary') }}}</li>
<liclass="feature"title="{{{ o.__('All other room occupants can see your XMPP username') }}}"><spanclass="fa fa-id-card"></span>{{{ o.__('Not anonymous') }}}</li>
<liclass="feature"title="{{{ o.__('Only moderators can see your XMPP username') }}}"><spanclass="fa fa-user-secret"></span>{{{ o.__('Semi-anonymous') }}}</li>
<liclass="feature"title="{{{ o.__('Messages are archived on the server') }}}"><spanclass="fa fa-database"></span>{{{ o.__('Message archiving') }}}</li>