<% if topics.any? %>
<%= render 'shared/wide_order_selector', i18n_namespace: "comments" %>
<% else %> <%= render 'topics/informative_text', topics: topics %> <% end %> <% topics.each do |topic| %> <%= render 'topics/topic', topic: topic %> <% end %>