<%= t('tradeable') %>
<%= tradeable(@hairstyle) %>
<%= render 'shared/ownership', collectable: @hairstyle %>
<%= t('patch') %>
<%= @hairstyle.patch %>
<%= t('source') %>
<%= sources(@hairstyle) %>
<% if @hairstyle.description.present? %>
<%= t('description') %>
<%= format_text(@hairstyle.description) %>
<% end %>
<% if @screenshots.present? %>
<%= render 'screenshots' %>
<% end %>
<% 16.times do |i| %>
<%= hairstyle_image(@hairstyle, i) %>
<% end %>