<%= content_for :title, @user.username %>

<%= @user.username %>

<% if @user == Current.user && @table_invites.any? %> <%= link_to t(".your_invites"), table_invites_path %> <% end %>