{% include "@Goals/_titleAndEvolutionGraph.twig" | raw %}
{% if nb_conversions > 0 %}
{{ 'Goals_ConversionsOverview'|translate }}
{% if ecommerce is not defined %} {% if topDimensions.country is defined %}
{{ 'Goals_BestCountries'|translate }} {% include '@Goals/_listTopDimension.twig' with {'topDimension':topDimensions.country} %}
{% endif %} {% if topDimensions.keyword is defined and topDimensions.keyword|length > 0 %}
{{ 'Goals_BestKeywords'|translate }} {% include '@Goals/_listTopDimension.twig' with {'topDimension':topDimensions.keyword} %}
{% endif %} {% if topDimensions.website is defined and topDimensions.website|length > 0 %}
{{ 'Goals_BestReferrers'|translate }} {% include '@Goals/_listTopDimension.twig' with {'topDimension':topDimensions.website} %}
{% endif %}
{{ 'Goals_ReturningVisitorsConversionRateIs'|translate("
"~conversion_rate_returning~"
")|raw }} , {{ 'Goals_NewVisitorsConversionRateIs'|translate("
"~conversion_rate_new~"
")|raw }}
{% else %}
{{ 'General_ColumnRevenue'|translate }}: {{ revenue|money(idSite)|raw -}} {% if revenue_subtotal is not empty %}, {{ 'General_Subtotal'|translate }}: {{ revenue_subtotal|money(idSite)|raw -}} {% endif %} {%- if revenue_tax is not empty -%}, {{ 'General_Tax'|translate }}: {{ revenue_tax|money(idSite)|raw -}} {% endif %} {%- if revenue_shipping is not empty -%}, {{ 'General_Shipping'|translate }}: {{ revenue_shipping|money(idSite)|raw -}} {% endif %} {%- if revenue_discount is not empty -%}, {{ 'General_Discount'|translate }}: {{ revenue_discount|money(idSite)|raw -}} {% endif %}
{% endif %}
{% endif %} {% if displayFullReport %} {% if nb_conversions > 0 or cart_nb_conversions is defined %}
{% if idGoal is defined %} {{ 'Goals_GoalConversionsBy'|translate(goalName)|raw }} {% else %} {{ 'Goals_ConversionsOverviewBy'|translate }} {% endif %}
{{ goalReportsByDimension|raw }} {% endif %} {% endif %}