Database contains {{ num_received_frames }} received frames
Ten most recent packets
{% for packet in packets %}
{{ packet.received_at|e }} {{ packet.from_callsign|e }}-{{ packet.from_ssid|e }}
{% match packet.comment %}{% when Some with (val) %}{{ val|e }}{% when None %}N/A{% endmatch %}
{% endfor %}
{% include "foot.html" %}
{# vi:set et sw=2 ts=2: #}