{% load i18n %} {% if event.kind == 'backup' %}{% trans "Backup" %}{% elif event.kind == 'snapshot' %}{% trans "Snapshot" %}{% elif event.kind == 'replication' %}{% trans "Replication" %}{% else %}{% trans "Routine" %}{% endif %}: {{ event.time_text|default:"—" }} {{ event.label }} {% if event.approximate %}{% trans "approximate schedule" %}{% endif %}