{{ items | length }} {{ items == 1 ? ' comentario' : ' comentarios' }}

{% for comment in items %} {% include 'frontend/includes/boxRenderComment.html.twig' %} {% endfor %}