%= Seer::init_visualization -%>
<%- title "Intersite Traffic Report" -%>
<%- if @total_visits.blank? -%>
This report shows traffic between different sites, e.g. a link from a local site to a corporate home page or from one local site to another.
<%- end -%>
<%- if @sites.size == 1 -%>
No traffic data has been gathered yet. Please try again later.
<%- else -%>
<%- end -%>
<%- if ! params[:site].blank? && (@total_visits.blank? || @destinations_series.blank?) -%>
No data matched your criteria.
<%- elsif params[:site] -%>
<%= render 'print_buttons' -%>
<%- end -%>