{% if token %}
{% if segments | length > 0 %} {% endif %}
{% include '@KunstmaanDashboard/GoogleAnalytics/tabs.html.twig' with {'overviews' : overviews} %}
{% include '@KunstmaanDashboard/GoogleAnalytics/chart.html.twig' %} {% for overview in overviews %} {% include '@KunstmaanDashboard/GoogleAnalytics/goals.html.twig' with {'overview':overview} %} {% endfor %}
{% else %} {% include '@KunstmaanDashboard/GoogleAnalytics/connect.html.twig' with {'authUrl' : authUrl} %} {% endif %}