Number:
Name:
IP:
{% if clients %}
Number
Name
IP
Action
{% for client in clients %}
{{ client[0] }}
{{client[1]}}
{{client[2]}}
Delete
{% endfor %}
{% else %}
No Speakers Found
{% endif %}