{% extends "BaseNavbar.html" %} {% block main %}
All listeners can be created, started, and stopped from here.
{% for key_2 in test_data %}
Name: {{ test_data[key_2].common_name }}
Protocol: {{ test_data[key_2].type }}
Port: {{ test_data[key_2].port }}
{% if test_data[key_2].state == True %}
State: Running