{% extends 'boxes/box.html.twig' %} {% block box %} {% if not newsArray is empty %} {% for news in newsArray %}
{{ news.picture }} {{ news.title|raw }} {% if is_protected is defined and is_protected %} hits:{{ news.hits }} {% endif %}
{% endfor %} {% endif %} {% endblock %}