{% extends "base.html" %} {% block css %} .container { max-width: 900px; margin: 0 auto; } #pause-button { white-space: nowrap; padding: 2px 8px; font-size: 0.85rem; } {% endblock %} {% block body %}
{% set options = { 1: "Text Message", 3: "Position", 4: "Node Info", 67: "Telemetry", 71: "Neighbor Info", 70: "Trace Route", } %}
{% for packet in packets %} {% include 'packet.html' %} {% else %} No packets found. {% endfor %}
{% endblock %}