{% include 'app/common/components/_filter_title.html.twig' with { page_title: regionalStatTitle, filter_type: 'statistic_regional'} %} {% for regionalStatistic in regionalsStatistics %} {% if is_granted('read', regionalStatistic) %}
{% if regionalStatistic.picture is not null %}
{% endif %}

{{ regionalStatistic.title }} {{ regionalStatistic.subtitle }}
{% if regionalStatistic.dateDisplay is not null %} {{ regionalStatistic.dateDisplay|localizeddate('full', 'none')|title }} {% endif %}

{{ regionalStatistic.content|raw }} {{ regionalStatistic.period }} {{ regionalStatistic.source|title }} - {% if regionalStatistic.email is not empty %} {{ regionalStatistic.author|title }} {% else %} {{ regionalStatistic.author|title }} {% endif %} {% for statisticFile in regionalStatistic.attachments %} {% if is_granted('read', statisticFile) %} {{ 'app.common.components.download.action'|trans }} {% endif %} {% endfor %}
{% endif %} {% endfor %}