โ†

<%= t('acct.title') %>

<%= t('acct.subtitle') %>

<% if (success) { %>
<%= success %>
<% } %> <% if (error) { %>
<%= error %>
<% } %> <% if (isViewer) { %>
<%= t('acct.viewer_mode') %> <%= t('acct.viewer_note') %>
<% } %> <%# โ”€โ”€ PROFILE โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ %>
<%= t('acct.profile') %>
<% if (canMutate) { %>
<% } else { %> <% var _av2 = account.avatar_url || (typeof siteAvatar !== 'undefined' ? siteAvatar : null); %> <% if (_av2) { %> <% } else { %> <%= account.username.charAt(0).toUpperCase() %> <% } %> <% } %>
<%= account.username %>
<%= account.role %> ยท <%= account.email %>
<% if (account.created_at) { %>
<%= t('acct.member_since') %> <%= formatDate(account.created_at) %>
<% } %> <% if (account.avatar_url && canMutate) { %>
<% } %>
<% if (canMutate) { %>
<% } else { %>
<% } %>
<%# โ”€โ”€ 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) { %>
<%= t('acct.password_change') %>
<% if (typeof googleAvailable !== 'undefined' && googleAvailable) { %>
<%= t('acct.google_login') %>
<% if (typeof googleLinked !== 'undefined' && googleLinked) { %>

<%= t('acct.google_linked') %>

<% } else { %>

<%= t('acct.google_link_hint') %>

<%= t('acct.google_link') %> <% } %>
<% } %> <% } else { %>
<%= t('acct.login') %>

<%= t('acct.login_google_only', { email: account.email }) %>

<% } %> <% } %>