{% extends "layout.html" %} {% block container %}
{% if not 'bucket_name' in sg_status.keys() %}

Bucket Configuration Missing: Please set up the Transfer Service first.

{% else %}
Available TGR's
{% for tgr_name, tgr_ip in sg_status['tgr'].items() %} {% set tgrs = 'true' %}
{{tgr_name}} {{tgr_ip}} (Checking...)
{% endfor %} {% if sg_status['tgr'].items() %}
Transfer Results

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