<% if @topics.empty? %> <%=l :forum_is_empty %> <% else %> <% @topics.each_with_index do |topic, i| %> <% end %>
Subject Replies <%= l(:last_post) %>
<%=h topic.subject %><%= ' (' + l(:deleted_topic) + ')' if topic.hidden? %> <%=h (topic.post_counter - 1) %> <%=h format_relative_time(topic.last_post_created_at) %> <%=l :by %> <%=h topic.last_post_author %>
<% end %>