<%= t(".sure_html", block: tag.strong(t(".block")), username: @blocked.login) %> <%= t(".will.intro") %>
<%= t(".will_not.intro") %>
<%= t(".mute_users_instead_html", muted_users_link: link_to(t(".muted_users_link_text"), user_muted_users_path(@user))) %>
<%= link_to t(".cancel"), user_blocked_users_path(@user) %> <%= submit_tag t(".button") %>
<% end %>