{% extends 'dashboard.twig' %} {% block topcontrols %} {% include '@CoreHome/_periodSelect.twig' %} {% endblock %} {% block content %} {% set showSitesSelection=true %}

{{ 'ImageGraph_ImageGraph'|translate }} ::: {{ siteName }}

{% for type in graphTypes %} {% endfor %} {% for report in availableReports %} {% if report.imageGraphUrl is defined %} {% for type in graphTypes %} {% endfor %} {% endif %} {% endfor %}
Category Name{{ type }}
{{ report.category }} {{ report.name }}

Graph {{ type }} for all supported sizes

{% for sizes in graphSizes %}

{{ sizes.0 }} x {{ sizes.1 }} {% if sizes.2 is defined %} (scaled down to {{ sizes.3 }} x {{ sizes.4 }}){% endif %}

{% endfor %}
{% endblock %}