{% extends sitebase.html %} {% block head %} {% from qiita_db.study import StudyPerson %} {% from future.utils import viewitems %} {% end %} {% block content %} {% if logentries %}
Number of entries:
{% for error in logentries %} {% end %}
Time Severity Message Other Info
{{error.time}} {{error.severity}} {% raw error.msg.replace("\n", "
") %}
{% for entry in error.info %} {% for field, val in viewitems(entry) %} {{field}}: {{val}}
{% end %} {% end %}
{% else %}

There are no errors

This means that the system currently has no errors logged.

{% end %} {% end %}