% [:state, :country].each do |type| -%>
class="advanced_reporting_data">
<%= raw @report.ruportdata[type].to_html %>
<% end -%>
<% content_for :sidebar do -%>
<%=t "adv_report." + @report.name.downcase %>
<%= @report.description %>
<%= @report.taxon_text %>
<%= @report.product_text %>
-
<%= link_to "CSV", @report.download_url(request.fullpath, 'csv', "state") %>
<%= link_to "PDF", @report.download_url(request.fullpath, 'pdf', "state") %>
-
<%= link_to "CSV", @report.download_url(request.fullpath, 'csv', "country") %>
<%= link_to "PDF", @report.download_url(request.fullpath, 'pdf', "country") %>
<%= render :partial => 'spree/admin/reports/advanced_report_criteria', :locals => {} %>
<% end -%>
<% content_for :head do -%>
<% end -%>