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

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

<%= link_to t(".new_table"), new_table_path %> <% if @tables.any? %> <%= render @tables %> <% else %>

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

<% end %>