{% extends "layout.html" %} {% block container %}
Available TGR's
{% for tgr_name, tgr_ip in sg_status['tgr'].items() %}
{{tgr_name}} {{tgr_ip}} (Checking...)
{% endfor %} {% if sg_status['tgr'].items() %}
{% else %} No TGR's Are Available.
Add TGR {% endif %}
{% endblock %}