{% for e in events %}
{{ e.ts|de_dt }}
{% if e.kind == 'error' %}
{{ e.source }}
{% else %}
{{ e.source }}
{% endif %}
{{ e.action }}
{% if e.user %}user={{ e.user }}{% endif %}
{% if e.details %}— {{ e.details }}{% endif %}
{% if e.ip %}[{{ e.ip }}]{% endif %}
{% else %}
Keine Einträge.
{% endfor %}