<% @table_fields.each do |f| %> <%= thead(f) %> <% end %> <% @tables.each do |table| %> <% can_edit = can_edit_or_delete?(table) %> <% end %>
<%= table.title %> <%= table.created_at.strftime("%Y-%m-%d") %> <%= table.table_entries.count %> <% if can_edit %>
<%= hidden_field_tag :authenticity_token, form_authenticity_token %> "><%= t("universal_table.export_structure") %>
<% end %>