<%= t("account.show.verified_account") %>
<% else %><%= t("account.show.user_permission_verify") %>
<% if account.level_two_verified? %> <%= link_to t("account.show.finish_verification"), verification_path, class: "button success" %> <% else %> <%= link_to t("account.show.verify_my_account"), verification_path, class: "button success" %> <% end %> <% end %>