<% content_for :title, t(".new_table") %>
<h2><%= t(".new_table") %></h2>
<%= render partial: "tables/form",
locals: { button_text: t(".create_table") } %>