{% extends "layout.html" %} {% block container %}
Available TGR's
{% if sg_status['tgr'].items() %}
{% for tgr_name, tgr_ip in sg_status['tgr'].items() %}
{{tgr_name}} {{tgr_ip}} (Checking...)
Start TimeEnd TimeStatusData TransferredData SizeDuration
{% endfor %}
Transfer Results

              
{% else %} No TGR's Are Available.
Add TGR {% endif %}
{% endblock %}