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

<%= t("a11y.navigation") %>

<%= t(".will.intro", mute_limit: number_with_delimiter(ArchiveConfig.MAX_MUTED_USERS), count: ArchiveConfig.MAX_MUTED_USERS) %>

<%= t(".will_not.intro") %>

<%= t(".block_users_instead_html", blocked_users_link: link_to(t(".blocked_users_link_text"), user_blocked_users_path(@user))) %>

<%= t(".site_skin_warning_html", restore_site_skin_faq_link: link_to(t(".restore_site_skin_faq_link_text"), archive_faq_path("skins-and-archive-interface", anchor: :restoresiteskin))) %>

<%# form for muting users %> <%= form_tag confirm_mute_user_muted_users_path(@user), method: :get, class: "single simple post" do %>
<%= t(".legend") %>

<%= label_tag :muted_id, t(".label"), class: "landmark" %> <%= text_field_tag :muted_id, "", autocomplete_options("pseud", data: { autocomplete_token_limit: 1 }) %> <%= submit_tag t(".button") %>

<% end %>

<%= t(".heading.landmark.muted_users") %>

<% if @mutes.present? %> <% else %>

<%= t(".none") %>

<% end %> <%= will_paginate @mutes %>