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

<%= 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" %> <%= t("verification.sms.new.phone_format_html") %>

<%= 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 %>