{% set from_me = packet.from_node_id == node_id %} {% set to_me = packet.to_node_id == node_id %} {{packet.from_node.long_name}}( {%- if not from_me -%} {%- endif -%} {{packet.from_node_id|node_id_to_hex}} {%- if not from_me -%} {%- endif -%} ) -> {{packet.to_node.long_name}}( {%- if not to_me -%} {%- endif -%} {{packet.to_node_id|node_id_to_hex}} {%- if not to_me -%} {%- endif -%} )
import_time
{{packet.import_time | format_timestamp}}
packet
{{packet.data}}
payload
{% if packet.pretty_payload %}
{{packet.pretty_payload}}
{% endif %} {% if packet.raw_mesh_packet.decoded and packet.raw_mesh_packet.decoded.portnum == 70 %} {% if packet.raw_mesh_packet.decoded.want_response %} graph {% endif %} {% endif %}
{{packet.payload}}