<%- if @hosts.present? %>
<%= t 'embed.referer' %><%= request.referer %>
<%= t 'embed.mismatch' %>
<%- @hosts.each do |eh| %>
-
<%= eh.host %><%- if eh.allowed_paths.present? %><%= eh.allowed_paths %><% end %>
<%- end %>
<%- else %>
<%= t 'embed.no_hosts' %>
<%- end %>
<%= link_to(t('embed.configure'), @setup_url, target: '_blank') %>
<%- end %>