<% @list.topics.each do |t| %> <%= t.title %> (<%= t.posts_count %>)
<% end %>
<% if @list.topics.length > 0 %>

<%= t 'next_page'%>

<% end %>

<%= t 'powered_by' %>

<% if @category %> <% content_for :head do %> <%= auto_discovery_link_tag(@category, {action: :category_feed, format: :rss}, title: t('rss_topics_in_category', category: @category.name), type: 'application/rss+xml') %> <% end %> <% end %>