{% load i18n %}

{% if date_previous %} {% trans "Previous" %} {% endif %} {{ date|date }} {% if date_next %} {% trans "Next" %} {% endif %}

{% if timeline_objects %}

{% if date_previous %} {% trans "Previous" %} {% endif %} {{ date|date }} {% if date_next %} {% trans "Next" %} {% endif %}

{% else %}
{% trans "No events" %}
{% endif %}