%- set_title "Leads Report" -%>
<%- if @leads.blank? -%>
This report shows the total number of visits that resulted in leads for the specified site(s), time period, and traffic type, as well as the overall conversion rate. (Note that in this case 'leads' refers to contact forms submitted.)
<%- end -%>
<%- if @sites.size == 1 -%>
No traffic data has been gathered yet. Please try again later.
<%- else -%>
<%- end -%>
<%- unless @leads.blank? -%>
<%= Seer::init_visualization -%>
<%= render 'print_buttons' -%>
<%- end -%>