<%= PhoneFormatter.format(phone_configuration.phone) %>
- <% if current_user.default_phone_configuration == phone_configuration %>
+ <% if current_user.default_phone_configuration == phone_configuration && MfaContext.new(current_user).phone_configurations.count > 1 %>
(<%= I18n.t('account.index.default') %>)
<% end %>
diff --git a/app/views/report_mailer/deleted_user_accounts_report.html.erb b/app/views/report_mailer/deleted_user_accounts_report.html.erb
new file mode 100644
index 00000000000..d42d276ab12
--- /dev/null
+++ b/app/views/report_mailer/deleted_user_accounts_report.html.erb
@@ -0,0 +1,2 @@
+<%= t('report_mailer.deleted_accounts_report.name') %>: <%= @name %>
+<%= t('report_mailer.deleted_accounts_report.issuers') %>: <%= @issuers.join(',') %>
diff --git a/app/views/user_mailer/sps_over_quota_limit.html.erb b/app/views/report_mailer/sps_over_quota_limit.html.erb
similarity index 100%
rename from app/views/user_mailer/sps_over_quota_limit.html.erb
rename to app/views/report_mailer/sps_over_quota_limit.html.erb
diff --git a/app/views/user_mailer/deleted_user_accounts_report.html.erb b/app/views/user_mailer/deleted_user_accounts_report.html.erb
deleted file mode 100644
index 26567104a37..00000000000
--- a/app/views/user_mailer/deleted_user_accounts_report.html.erb
+++ /dev/null
@@ -1,2 +0,0 @@
-<%= t('user_mailer.deleted_accounts_report.name') %>: <%= @name %>
-<%= t('user_mailer.deleted_accounts_report.issuers') %>: <%= @issuers.join(',') %>
diff --git a/app/views/users/edit_phone/_make_default_number.html.erb b/app/views/users/edit_phone/_make_default_number.html.erb
index 0b68b2faf71..1f553071e31 100644
--- a/app/views/users/edit_phone/_make_default_number.html.erb
+++ b/app/views/users/edit_phone/_make_default_number.html.erb
@@ -1,16 +1,25 @@