<% content_for :title, t(".new_table") %>

<%= t(".new_table") %>

<%= render partial: "tables/form", locals: { table: @table, button_text: t(".create_table") } %>