<%= 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) %>