{% for quote in quoteCategory.allQuotes %}

{{quote.content}}

{{quote.name}}, le {{quote.publishedAt|format_date('none','d MMMM Y')}} ({{ loop.index }}/{{ loop.length }})

{% endfor %}