{% for statistic in pimcore_iterate_block(statistics) %}
{% do statistics.blockConstruct() %}
{% set size = "6" %}
{% if pimcore_select("size").data == "big" %}
{% set size = "12" %}
{% endif %}
{% if editmode %}
{% do statistics.blockStart() %}
{{ include("@PimcorePortalEngine/Areas/portal-engine-statistics/item.html.twig") }}
{% do statistics.blockEnd() %}
{% else %}
{% do statistics.blockStart() %}
{% if (app.user.groups and pimcore_select("statistic_configuration").getData() in app.user.groups[0].allowedStatistics) %}