{% if errors %} {% for err in errors %} {% endfor %}
Parsing errors
{{ err }}
Total {{ errors_count }} error conditions
{% else %}

No error conditions from the parsing of the syslog files has been saved. This probably means all the log messages have been parsed successfully.

{% endif %}