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

<%= @object.translation.title %>

<%= prepare_rich_text(@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), @knowledge_base), class: 'attachment', download: true do %> <%= attachment.filename %>
404kb
<% end %> <% end %>
<% end %> <% if (tags = @object.tag_list) && tags.present? %>
<%= icon 'hashtag' %>
<%= zt('Tags') %>
<% tags.each do |tag| %> <%= link_to tag, custom_path_if_needed(help_tag_path(tag, locale: params[:locale]), @knowledge_base), class: 'tag' %> <% end %>
<% end %> <% if @object.visible? %> <% end %>