<%= ts("Navigation") %>
<% if show_collection_profile_navigation(@collection, section) %>
<% if show_collection_section(@collection, "intro") && section != "intro" %>
- <%= ts("Intro") %>
<% end %>
<% if show_collection_section(@collection, "faq") && section != "faq" %>
- <%= ts("FAQ") %>
<% end %>
<% if show_collection_section(@collection, "rules") && section != "rules" %>
- <%= ts("Rules") %>
<% end %>
<% end %>