{% if 'list' == email.getEmailType() %} {% set label = 'mautic.email.lead.list.comparison' %} {% set type = 'bar' %} {% else %} {% set label = 'mautic.email.stats' %} {% set type = 'line' %} {% endif %} {% set dateFrom = dateRangeForm.children['date_from'].vars['data'] %} {% set dateTo = dateRangeForm.children['date_to'].vars['data'] %} {% set actionRoute = path('mautic_email_action', { 'objectAction' : 'view', 'objectId' : email.getId(), 'daterange' : { 'date_to' : dateTo, 'date_from' : dateFrom, } }) %}
{% if isVariant %} {% endif %}
{{ label|trans }}
{{- include('@MauticCore/Helper/chart.html.twig', { 'chartData' : stats, 'chartType' : type, 'chartHeight' : 300 }) -}}
{{- include('@MauticCore/Helper/chart.html.twig', { 'chartData' : statsDevices, 'chartType' : 'horizontal-bar', 'chartHeight' : 300 }) -}}