<% track_event(category: "verification", action: "success_census") %>
1 <%= t("verification.step_1") %>
2 <%= t("verification.step_2") %>
3 <%= t("verification.step_3") %>
<%= back_link_to account_path, t("verification.back") %>

<%= t("verification.sms.new.title") %>

<%= form_for @sms, as: "sms", url: sms_path do |f| %> <%= render "shared/errors", resource: @sms %>
<%= f.label :phone, t("verification.sms.new.phone"), class: "inline-block" %> <%= sanitize(t("verification.sms.new.phone_format")) %>

<%= t("verification.sms.new.phone_note") %>

<%= f.text_field :phone, label: false, placeholder: t("verification.sms.new.phone_placeholder"), aria: { describedby: "phone-help-text" } %>
<%= f.submit t("verification.sms.new.submit_button"), class: "button success" %> <% end %>