{% extends "base.html" %} {% block content %} {% if title %}

{{ title }}

{% endif %} {%- if data -%} {% for e in data %} {% endfor %}
Date Time Service Level Message
{{ e.created }} {{ e.service }} {{ e.level }} {{ e.message }}
{% else %} 0 errors to report {%- endif -%} {% endblock %}