{% extends 'GUI/dependencies.html' %} {% load static %} {% block content %}
{% csrf_token %}

{% for key, value in chosen_tcp_message.items%} {{ key }} : {{ value }}
{% endfor %}
{% for key, value in chosen_udp_message.items%} {{ key }} : {{ value }}
{% endfor %}
{% endblock %}