1 <turbo-frame id="pagination" target="_top" data-turbo="false">
 
   2   <table id="block_list" class="table table-borderless table-striped table-sm">
 
   5         <% if @show_user_name %>
 
   6         <th><%= t ".display_name" %></th>
 
   8         <% if @show_creator_name %>
 
   9         <th><%= t ".creator_name" %></th>
 
  11         <th><%= t ".reason" %></th>
 
  12         <th><%= t ".start" %></th>
 
  13         <th><%= t ".end" %></th>
 
  14         <th><%= t ".status" %></th>
 
  19     <%= render :partial => "user_blocks/block", :collection => @user_blocks %>
 
  22   <%= render "shared/pagination",
 
  23              :translation_scope => "shared.pagination.user_blocks",
 
  24              :newer_id => @newer_user_blocks_id,
 
  25              :older_id => @older_user_blocks_id %>