<% title(@emote.name) %> <% description(@emote.command) %> <% image(image_url("emotes/#{@emote.id}.png", skip_pipeline: true)) %>
<%= sprite(@emote, 'emote') %>
<%= @emote.name %>
<%= t('emotes.command') %>
    <% @emote.command.split(', ').each do |command| %>
  • <%= command %>
  • <% end %>
<%= t('tradeable') %>
<%= tradeable(@emote) %>
<%= render 'shared/ownership', collectable: @emote %>
<%= t('patch') %>
<%= @emote.patch %>
<%= t('source') %>
<%= sources(@emote, list: true) %>