<% title(@mount.name) %> <% description(@mount.enhanced_description.truncate(150)) %> <% image(image_url("mounts/small/#{@mount.id}.png", skip_pipeline: true)) %>
<%= @mount.name %>
<%= safe_image_tag("mounts/large/#{@mount.id}.png", class: 'image-large') %>
<%= t('mounts.movement') %>
<%= @mount.movement %>
<%= t('tradeable') %>
<%= tradeable(@mount) %>
<% if @mount.seats > 1 %>
<%= t('mounts.seats') %>
<%= @mount.seats %>
<% end %> <%= render 'shared/ownership', collectable: @mount %>
<%= t('patch') %>
<%= @mount.patch %>
<%= t('source') %>
<%= sources(@mount, list: true) %>
<%= t('description') %>
<%= format_text(@mount.description) %>
<%= t('journal') %>
<%= format_text(@mount.enhanced_description) %>
<%= t('tooltip') %>
<%= format_text(@mount.tooltip) %>
<%= safe_image_tag("mounts/large/#{@mount.id}.png", class: 'image-large') %>
<% if @mount.bgm_sample.present? %>
<%= t('orchestrions.sample') %>
<% end %>
<%= safe_image_tag("mounts/footprint/#{@mount.id}.png") %>
<% if @mount.video.present? %>
<%= t('mounts.preview') %>
<% end %>