<% } %>
<%# โโ 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). %>
<% if (canMutate) { %>
<% if (hasPassword) { %>