' data-available-locales='<%= @object_locales.map(&:locale).join(',') %>'>

<%= @object.translation.title %> <%= visibility_note(@object) %>

<%= prepare_rich_text_links @object.translation.content.body_with_urls.html_safe %>
<% if (attachments = @object.attachments_sorted) && attachments.present? %>
<%= icon 'paperclip' %>
<%= zt('Attached files') %>
<% attachments.each do |attachment| %> <%= link_to custom_path_if_needed(attachment_path(attachment)), class: 'attachment', download: true do %> <%= attachment.filename %>
404kb
<% end %> <% end %>
<% end %>