<% if attachment.references? %> <%= t('attachment.headings.reference') %>: <%= attachment.references %> <% end %> <% if attachment.unnumbered_paper? %> <% if attachment.unnumbered_command_paper? %> <%= t('attachment.headings.unnumbered_command_paper') %> <% else %> <%= t('attachment.headings.unnumbered_hoc_paper') %> <% end %> <% end %> <% if attachment.previewable? %> <%= attachment.link("View online", attachment.preview_url) %> attachment.download_link <% else %> <%= attachment.attachment_attributes %> <% end %>
<% 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.full_help_html', email: attachment.alternative_format_order_link, title: attachment.title, references: attachment.references) %>