{% load i18n tz %}
{% for group in timeline.groups %}

{{ group.date_label }}

    {% for item in group.items %}
  1. {{ item.title }}

    {% if item.subtitle %}

    {{ item.subtitle }}

    {% endif %}
  2. {% endfor %}
{% empty %}

{{ timeline.empty_text }}

{% endfor %}