{{ total }} messages
{% if messages %}
{% for m in messages %} {% endfor %}
#DirMethodTimestamp
{{ m.sequence }} {{ m.direction }} {{ m.method }} {{ m.timestamp[:19] if m.timestamp else '\u2014' }}
{% if has_next %}
{% endif %} {% else %}

No messages captured.

{% endif %}