<% unless attachment_collection.unused? %>
<%= icon "caret-right", class: "icon--small", role: "img", "aria-hidden": true %>  <%= translated_attribute(attachment_collection.name) %> (<%= attachment_collection.attachments.count %> <%= t(".documents", count: attachment_collection.attachments.count) %>)

<%= translated_attribute(attachment_collection.description) %>

<%= render partial: "document", collection: documents %>
<% end %>