{% extends "base.html" %} {% load i18n %} {% block page_title %}{% trans "Fixity Checks" %}{% endblock %} {% block content %} {% if log_entries %}
{% trans "Date" %} | {% trans "Error" %} |
---|---|
{{ entry.datetime_reported }} | {{ entry.error_details }} |
{% trans "No fixity checks found." %}
{% endif %} {% endblock %}