<liclass="feature"><spanclass="fa fa-snowflake-o"></span>{{{ o.__('Temporary') }}} - <em>{{{ o.__('This groupchat will disappear once the last person leaves') }}}</em></li>
{[ } ]}
{[ if (o.features.nonanonymous) { ]}
<liclass="feature"><spanclass="fa fa-id-card"></span>{{{ o.__('Not anonymous') }}} - <em>{{{ o.__('All other groupchat participants can see your XMPP username') }}}</em></li>
<liclass="feature"><spanclass="fa fa-id-card"></span>{{{ o.__('Not anonymous') }}} - <em>{{{ o.__('All other groupchat participants can see your XMPP address') }}}</em></li>
{[ } ]}
{[ if (o.features.semianonymous) { ]}
<liclass="feature"><spanclass="fa fa-user-secret"></span>{{{ o.__('Semi-anonymous') }}} - <em>{{{ o.__('Only moderators can see your XMPP username') }}}</em></li>
<liclass="feature"><spanclass="fa fa-user-secret"></span>{{{ o.__('Semi-anonymous') }}} - <em>{{{ o.__('Only moderators can see your XMPP address') }}}</em></li>
{[ } ]}
{[ if (o.features.moderated) { ]}
<liclass="feature"><spanclass="fa fa-gavel"></span>{{{ o.__('Moderated') }}} - <em>{{{ o.__('Participants entering this groupchat need to request permission to write') }}}</em></li>
<liclass="feature"title="{{{ o.__('This groupchat will disappear once the last person leaves') }}}"><spanclass="fa fa-snowflake"></span>{{{ o.__('Temporary') }}}</li>
{[ } ]}
{[ if (o.nonanonymous) { ]}
<liclass="feature"title="{{{ o.__('All other groupchat participants can see your XMPP username') }}}"><spanclass="fa fa-id-card"></span>{{{ o.__('Not anonymous') }}}</li>
<liclass="feature"title="{{{ o.__('All other groupchat participants can see your XMPP address') }}}"><spanclass="fa fa-id-card"></span>{{{ o.__('Not anonymous') }}}</li>
{[ } ]}
{[ if (o.semianonymous) { ]}
<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.__('Only moderators can see your XMPP address') }}}"><spanclass="fa fa-user-secret"></span>{{{ o.__('Semi-anonymous') }}}</li>
{[ } ]}
{[ if (o.moderated) { ]}
<liclass="feature"title="{{{ o.__('Participants entering this groupchat need to request permission to write') }}}"><spanclass="fa fa-gavel"></span>{{{ o.__('Moderated') }}}</li>