<% } %>
<%# โโ PERSONAL LANGUAGE โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ %>
<% if (canMutate) { %>
<%= t('acct.lang_label') %>
<% } %>
<%# โโ SITE (owner may update their site name) โโโโโโโโโโโ %>
<% if (typeof editableSite !== 'undefined' && editableSite && canMutate) { %>
<%= t('acct.site') %>
<% } %>
<%# โโ PASSWORD โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ %>
<%# In viewer mode there is no password section (nothing to change). %>
<%# โโ CONNECTED APPS (OAuth C2S) โโโโโโโโโโโโโโโโโโโโโโโโโโโ %>
<%= t('acct.oauth_apps') %>
<%= t('acct.oauth_hint') %>
<% if (!authorizations || !authorizations.length) { %>