<%= _('Where do you want to publish this article?') %>

<% if !@failed.blank? %>

<%=_("There were errors with the following communities: ")%>

<% @failed.each do |error, communities|%> <%= error %>: <% end %>
<% end %>