<%= attachment_title(document) %> <%= document.file_type %> <%= number_to_human_size(document.file_size) %>

<% if document.description.present? %> <%= translated_attribute(document.description) %> <% end %>
<%= link_to document.url, target: "_blank", rel: "noopener", class: "card--list__data__icon", title: t("decidim.application.document.download") do %> <%= icon "cloud-download", role: "img", aria_label: t("decidim.application.document.download") %> <% end %>