% @page_title = @user_filtering.selected_boards_label %>
<% turbo_exempts_page_from_cache %>
<%= render "cards/broadcasts", filter: @filter %>
<% content_for :header do %>
<% end %>
<%= render "filters/settings", filter_url: cards_path, user_filtering: @user_filtering, no_filtering_url: cards_path %>
<%= turbo_frame_tag :cards_container do %>
<%= with_automatic_pagination :cards_paginated_container, @page do %>
<%= render "cards/display/previews", cards: @page.records, draggable: true %>
<% end %>
<% end %>