<% content_for :title, @character.name %>

<%= @character.name %>

<%= link_to t(".sheet"), character_character_sheet_sections_path(@character) %> <%= link_to t(".edit"), edit_character_path(@character) %>
<%= t(".owner") %>
<%= link_to @character.user.username, @character.user %>
<%= t(".game_system") %>
<%= @character.game_system.name %>
<% if @character.table && @character.table.users.include?(Current.user) %>
<%= t(".table") %>
<%= link_to @character.table.name, @character.table %>
<% end %>