{#{% if articles is not empty %}#}
{% for article in articles %} {% if is_granted('read', article) %} {% if type == 'grid' %}
{% endif %} {% include 'app/common/components/_latest_news__type_' ~ type ~ '.html.twig' %} {% if type == 'grid' %}
{% endif %} {% endif %} {% endfor %}
{#{% else %}#} {#

{{ 'app.common.components.news.none_news'|trans }}

#} {#{% endif %}#}