<%= t("welcome.verification.title") %>

<%= t("welcome.verification.question", org_name: setting["org_name"]) %>


<%= link_to(t("welcome.verification.i_have_an_account"), verification_path, class: "button success radius expand") %>
<%= link_to(t("welcome.verification.i_dont_have_an_account"), new_user_registration_path(use_redeemable_code: true), class: "button radius expand") %>