{% extends "base.html" %} {% block body %} {% include "search_form.html" %}
{% endif %}
{% if node %}
{{node.long_name}} ({{node.node_id|node_id_to_hex}})
short name
{{node.short_name}}
hw model
{{node.hw_model}}
{% else %}
A NodeInfo has not been seen.
{% endif %}
{% include "buttons.html" %}
{% include 'packet_list.html' %}
{% endblock %}