Number: Name: IP:

{% if clients %}
{% for client in clients %} {% endfor %}
Number
Name
IP
Action
{{ client[0] }} {{client[1]}} {{client[2]}}  Delete

{% else %}
No Speakers Found
{% endif %}