<% if job_invocation.resolved? %> <%= react_component('TargetingHosts' ) %> <% else %>
<%= _("The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}." % { :query => job_invocation.targeting.search_query, :here => link_to(_('here'), hosts_url(:search => job_invocation.targeting.search_query))}) %>
<% end %>