%# locals: (transaction:, can_upload: false, can_delete: false) %>
<%= t(".browse_to_add") %>
<%= t(".select_up_to", count: Transaction::MAX_ATTACHMENTS_PER_TRANSACTION, size: Transaction::MAX_ATTACHMENT_SIZE / 1.megabyte, used: transaction.attachments.count) %>
<%= attachment.filename %>
<%= number_to_human_size(attachment.byte_size) %>
<%= t(".no_attachments") %>
<% end %>