<% title(@hairstyle.name) %> <% description(@hairstyle.description&.truncate(150)) %> <% image(image_url("hairstyles/#{@hairstyle.id}.png", skip_pipeline: true)) %>
<%= @hairstyle.name %> <%= gender_symbol(@hairstyle.gender) %>
<%= 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 %>