<%= render "public/collections/show/not_now", collection: collection %>
<%= render "public/collections/show/stream", collection: collection, page: page %>
<%= render partial: "public/collections/show/column", collection: collection.columns, cached: true %>
<%= render "public/collections/show/closed", collection: collection %>
<% end %>