{% extends "history/base.html" %} {% load i18n %} {% load noris_extra %} {% block content %}

{% blocktrans %}Historie für {{tabelle}} #{{id}}{% endblocktrans %}

{{form.as_div}}

{% blocktrans %}Für die Tabelle "{{tabelle}}" wird die Historie zur Zeit nur provisorisch unterstützt. Die Ergebnisse können unvollständig sein. {% endblocktrans %}

{% if history %}

{% trans "Ergebnisse "%}

{% include "history/part_history.html" %}
{% else %}

{% trans "Keine Logs für den angegebenen Zeitraum gefunden." %}

{% endif %} {% endblock content %}