{% load i18n %} {% trans "Timeline logger notification" %}

{% blocktrans trimmed with start_date=start_date|date:'DATE_FORMAT' %} Events since {{ start_date }} {% endblocktrans %}

{% if logs %} {% else %}

{% trans "No events logged from that date until today." %}

{% endif %}