{% include 'menu.html' %}

{{ title }}


{% for n in pkt_types_list %}
{% endfor %} {% for n,p in pkt_types.items() %}

{% for k,v in p.__dict__.items() %}
{% if k == 'brg_mac' or k == 'pkt_size' or k == 'ad_type' or k == 'uuid_msb' or k == 'uuid_lsb' or k == 'group_id' %} {% else %} {% endif %}
{% endfor %}
{% endfor %}



Output
{{ output | safe }}