<%- if include_crawler_content? %> <%= server_plugin_outlet "topic_list_header" %> <%- if SiteSetting.tagging_enabled && @tag_id %>

<%= link_to "#{Discourse.base_url}/tag/#{@tag_id}", itemprop: 'item' do %> <%= @tag_id %> <% end %>

<% end %> <% if @category %>

<% if @category.parent_category %> <%= link_to @category.parent_category.url, itemprop: 'item' do %> <%= @category.parent_category.name %> <% end %>   <% end %> <%= link_to @category.url, itemprop: 'item' do %> <%= @category.name %> <% end %>


<% if params[:page].to_i == 0 && @subcategories.present? %> <% @subcategories.each do |subcategory| %> <%= subcategory.name %> <% if subcategory.description.present? %> <%= subcategory.description_text %> <% end %> <% end %>
<% end %> <% end %>
<% @list.topics.each_with_index do |t,i| %> <% end %>
<%= t 'js.topic.title' %> <%= t 'js.replies' %> <%= t 'js.views' %> <%= t 'js.activity' %>
<% t.posters.each do |poster| %> <% if poster.moreCount %> <% poster.moreCount %> <% else %> <% end %> <% end %> '><%= t.posts_count %> '><%= t.views %> <%= I18n.l(t.last_posted_at || t.created_at, format: :date_only) %>
<% if @list.topics.length > 0 && @list.more_topics_url %>
<% if params[:page].to_i > 0 %>   <% end %> <% if @list.topics.size == @list.per_page %> <% end %>
<% content_for :head do %> <% if params[:page].to_i > 0 %> <% end %> <% end %> <% end %> <%- end %> <% if @rss %> <% content_for :head do %> <%= auto_discovery_link_tag(:rss, "#{Discourse.base_url}/posts.rss", title: I18n.t("rss_description.posts")) %> <%= 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)) %> <%= raw crawlable_meta_data(title: @category.name, description: @category.description, image: @category.uploaded_logo&.url.presence) %> <% end %> <% elsif @tag_id %> <% content_for :head do %> <%= raw crawlable_meta_data(title: @title, description: @description_meta) %> <% end %> <% else %> <% content_for :head do %> <%= raw crawlable_meta_data(title: SiteSetting.title, description: SiteSetting.site_description) %> <% end %> <% end %> <% if @title %> <% content_for :title do %><%= @title %><% end %> <% elsif @category %> <% content_for :title do %><%= @category.name %> - <%= SiteSetting.title %><% end %> <% elsif params[:page].to_i > 1 %> <% content_for :title do %><%=t 'page_num', num: params[:page].to_i + 1 %> - <%= SiteSetting.title %><% end %> <% end %>