{% load i18n %}
{% for log in history %}
{% trans "Datum" %}
{% trans "Benutzer" %}
{% trans "Aktion" %}
{% if is_single_object_history %}
{% trans "alte Werte" %}
{% trans "neu (ohne Gewähr)" %}
{% else %}
{% trans "Eintrag" %}
{% trans "(alte) Werte" %}
{% endif %}