<%= attachment.thumbnail_link %>

<%= attachment.attachement_details %>

<% if attachment.order_url.present? %>

<%= attachment.link t('attachment.headings.order_a_copy'), attachment.order_url, class: "order_url", title: t('attachment.headings.order_a_copy_full') %> <% if attachment.price %> (<%= attachment.price %>) <% end %>

<% end %> <% if attachment.opendocument? %>

<%= t('attachment.opendocument.help_html') %>

<% end %> <% unless attachment.accessible? %>

<%= t('attachment.accessibility.heading') %> <%= t('attachment.accessibility.request_a_different_format') %>

<%= t('attachment.accessibility.full_help_html', email: attachment.alternative_format_order_link, title: attachment.title, references: attachment.references) %>

<% end %>