{% if entries %}
{% for entry in entries | reverse %} {% endfor %}
Time Type Action Outcome Sig
{{ entry.get('ts', '') | timeago }} {{ entry.get('type', '') }} {{ entry.get('action', '') }} {{ entry.get('outcome', '') }} {% if entry.get('sig') %} {{ entry.get('sig', '')[:8] }} {% else %} -- {% endif %}
{% else %}
No events recorded yet. Execute a command to see activity.
{% endif %}