<%= title.display_name %>   <% if is_admin %> <% end %>

<%= title.size %> entries found

<% hash = { "auto" => "Auto", "name" => "Name", "date" => "Date Modified", "progress" => "Progress" } %> <%= render_component "sort-form" %>
<% title.titles.each_with_index do |item, i| %> <% progress = nil %> <%= render_component "card" %> <% end %> <% title.entries.each_with_index do |item, i| %> <% progress = percentage[i] %> <%= render_component "card" %> <% end %>

Edit

Upload a cover image by dropping it here or
selecting one
<% content_for "script" do %> <% end %>