{% include "head.html" %}

Chat

{% for packet in packets %} {% match packet.comment %}{% when Some with (comment) %}
{{ packet.received_at_iso()|e }}
{{ packet.from_callsign|e }}-{{ packet.from_ssid|e }}
{{ comment|e }}
{% when None %}{% endmatch %} {% endfor %}
{% include "foot.html" %} {# vi:set et sw=2 ts=2: #}