<% title(collectable.name) %> <% image(image_url("#{collectable.class.to_s.downcase.pluralize}/#{collectable.id}.png", skip_pipeline: true)) %>
<%= sprite(collectable, collectable.class.to_s.downcase) %>
<%= collectable.name %> <%= gender_symbol(collectable.try(:gender)) %>
<%= t('tradeable') %>
<%= tradeable(collectable) %>
<%= render 'shared/ownership', collectable: collectable %>
<%= t('patch') %>
<%= collectable.patch %>
<% if collectable.description.present? %>
<%= t('description') %>
<%= collectable.description %>
<% end %>
<%= t('source') %>
<%= sources(collectable, list: true) %>