<%= t('.filteredtags') %>

<%=raw(t('.filteredtagsdesc')) %>

<% if !@user %>

<%=raw(t('.filteredtagsnotloggedindesc')) %>

<% end %> <%= form_tag "/filters", :method => :post do %> <% @tags.each do |tag| %> <% end %>
<%=t('.filteredhide') %> <%=t('.filteredtag') %> <%=t('.filtereddesc') %> <%=t('.filteredstories') %>
<%= check_box_tag "tags[]", tag.tag, @filtered_tags.include?(tag) %> <%= link_to tag.tag, tag_path(tag), :class => tag.css_class %> <%= tag.description %> <% if tag.hotness_mod != 0 %>   (hotness mod <%= tag.hotness_mod > 0 ? "+" : ""%><%= tag.hotness_mod %>) <% end %> <%= tag.stories_count %>

<%= submit_tag t('.filteredsave') %>

<% end %>