<%= content_for :title, @user.username %>
<h2><%= @user.username %></h2>
<% if @user == Current.user && @table_invites.any? %>
<%= link_to t(".your_invites"), table_invites_path %>
<% end %>