{% include 'menu.html' %}
{{ title }}
PAYLOAD:
PACKET VERSION:
{% if fw_versions is defined and fw_versions %}
FW VERSION:
latest
{% for ver in fw_versions %}
{{ ver }}
{% endfor %}
{% endif %}
Parse Packet
Output
{{ output | safe }}