% @page_title = "Column: #{ @column.name }" %>
<% content_for :header do %>
<% end %>
<%= turbo_frame_tag @column, :cards do %>
<% if @page.used? %>
<%= with_automatic_pagination dom_id(@column, :cards), @page do %>
<%= render "boards/columns/list", cards: @page.records, draggable: true %>
<% end %>
<% else %>
Drag cards here
Nothing here
<% end %>
<% end %>