<%= ts("%{title} skin by %{creator}", title: @skin.title, creator: skin_author_link(@skin)).html_safe %>

<%= skin_preview_display(@skin) %>

<%= @skin.description.blank? ? ts('(No Description Provided)') : raw(sanitize_field(@skin, :description)) %>
<%= ts('Role:') %>
<%= @skin.role %>
<%= ts('Media:') %>
<%= @skin.get_media %>
<%= ts('Condition:') %>
<% unless @skin.ie_condition.present? || @skin.unusable? %>Normal<% end %> <% if @skin.ie_condition.present? %> <%= @skin.ie_condition %> <% end %> <% if @skin.unusable? %>Parent only<% end %>