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

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

<%= link_to t(".add_character"), new_character_path %> <% if @characters.any? %> <%= render @characters %> <% else %>

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

<% end %>