{% extends "base.html" %} {% load i18n %} {% block page_title %}{% trans "Fixity Checks" %}{% endblock %} {% block content %} {% if log_entries %} {% for entry in log_entries %} {% endfor %}
{% trans "Date" %} {% trans "Error" %}
{{ entry.datetime_reported }} {{ entry.error_details }}
{% else %}

{% trans "No fixity checks found." %}

{% endif %} {% endblock %}