<%= _t('account.views.form.subdomain_info') %>

<% if (!hidePasswordFields) { %>
readonly="readonly"<% } %>>
<% if (errors['new_password']) { %>

<%= errors['new_password'][0] %>

<% } %>
readonly="readonly"<% } %>>
<% } %> <%= accountFormExtension %>
checked="checked"<% } %>>

<%= mfaEnabled ? _t('account.views.form.mfa_enabled') : _t('account.views.form.mfa_disabled') %>

<%= _t('account.views.form.mfa_description') %>

<% if (isCartoDBHosted) { %> <% if ((isOrgAdmin || isOrgOwner) && licenseExpiration) { %>

<%= _t('account.views.form.account_type') %>

<%= _t('account.views.form.license_renew_info') %>

<% } %> <% } else { %> <% if (!isInsideOrg && !isFree2020User || isOrgOwner) { %>

<%= _t('account.views.form.account_type') %>

<% } %> <% } %> <% if (services.length > 0) { %>

<%= _t('account.views.form.connect_external_datasources') %>

<% } %> <% if (!cantBeDeletedReason) { %>

<%= _t('account.views.form.delete_account') %>

<%= _t('account.views.form.delete_all') %>
<% } %>