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

No fixity checks found.

{% endif %} {% endblock %}