app/views/admin/communication/websites/agenda/events/show/_metadata.html.erb
<%= osuny_panel t('metadata'), small: true do %>
<%= @l10n.published ? Communication::Website::Agenda::Event.human_attribute_name(:published)
: t('admin.communication.website.agenda.event.localizations.draft') %>
<% if @event.categories.any? %>
<% category_names = @event.categories.map { |category| category.to_s_in(current_language) } %>
<%= t(
'admin.communication.website.posts.in',
categories: category_names.join(', ')
) %>
<% end %>
<%= render 'admin/application/permalinks/redirects', about: @l10n %>
<% end %>
<%= render 'admin/application/l10n/widget', about: @event, l10n: @l10n, small: true %>