{% load icons %} {% load query %} {% for r in puppet_reports %}

{% for f in r.logs %} {% if f.level == 'err' %} {% elif f.level == 'notice' %} {% elif f.level == 'warning' %} {% else %} {% endif %} {% endfor %}
Level Source Message Tags Time Status
{% icon 'fugue-exclamation-red' %} {% icon 'fugue-exclamation-white' %} {% icon 'fugue-exclamation' %} {{ f.level }} {{ f.source }}
{{ f.message }}
{{ f.tags }} {{ f.time }} {{ f.status }}
{% endfor %}