<%= I18n.t("#{self.controller.to_i18n}.management.title") %>
<%= I18n.t("#{self.controller.to_i18n}.management.items.title") %>
. <%= I18n.t("#{self.controller.to_i18n}.management.labels.drop_here") %>
<% data[:items].each do |item| %>
<%= item.to_s %> (
<%= I18n.t("admin.shared.management.remove_button") %>
)
<% end %>
<%= I18n.t("#{self.controller.to_i18n}.management.entries.title") %>
<% data[:entries].each do |entry| %>
<%= entry.to_s %>
<% end %>