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

<% if params[:page].to_i > 0 %>   <% end %>

<% end %>

<%= t 'powered_by_html' %>

<% if @rss %> <% content_for :head do %> <%= auto_discovery_link_tag(:rss, {action: "#{@rss}_feed"}, title: I18n.t("rss_description.#{@rss}")) %> <% end %> <% end %> <% 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 %> <% content_for :title do %><%=@category.name%> <%=t('topics')%><% end %> <% elsif params[:page] %> <% content_for :title do %><%=t 'page_num', num: params[:page].to_i + 1 %><% end %> <% end %>