<% if params[:page].to_i > 0 %> <%= t 'prev_page'%> <% end %> <%= t 'next_page'%>
<% end %> <% 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(:rss, { action: :category_feed }, title: t('rss_topics_in_category', category: @category.name)) %> <% end %> <% end %> <% if @title %> <% content_for :title do %><%= @title %><% end %> <% elsif @category %> <% 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 %>