{% set i = 0 %} {% for ticker in tickers %} {% set i = i + 1 %} {% endfor %}
Tickers
{{ ticker.date|date("j M Y") }} {{ ticker.body|raw }}