Google Identity Verification({{sg_status['google_identify_verification']['message']|safe}})
{% if sg_status['google_identify_verification']['status'] == False %}
{% else %}
Select Project ({{sg_status['project_id_html']|safe}})
{% if not 'project_id' in sg_status.keys() %}
{% else %}
Enable Billing ({{sg_status['billing_account_html']|safe}})
{% if not 'billing_account' in sg_status.keys() %}
{% if command_status['billing_accounts']|length > 0 %}
{% else %}
No billing accounts found. Please add a billing account.
{% endif %}
{% else %}
Create Service Account ({{sg_status['service_account_html']|safe}})
{% if 'billing_account' in sg_status.keys() and sg_status['service_account']['status'] == False %}
{% else %}
{% if sg_status['service_account']['status'] == True and not 'grant_permission' in sg_status.keys() %}
{% else %}
Grant Permissions: Required permittions granted to the service account
{% if 'grant_permission' in sg_status.keys() and not 'agent_pool' in sg_status.keys() %}
Create a new agent pool
{% else %}
Agent Pool Name: {{sg_status['agent_pool']}}
{% if 'agent_pool' in sg_status.keys() and not 'agent_installed' in sg_status.keys() %}
{% else %}
Transfer Agent installation: Installed
{% if not 'bucket_name' in sg_status.keys() %}
Create Bucket
{% else %}
Create Bucket ({{sg_status['bucket_name_html']|safe}})Advanced setting
{% if False and sg_status['tg_type'] == 'TG-MYSQL' and not 'mysql_backup_pass' in sg_status.keys() %}
Create MySQL Backup User
{% else %}
{% if False and sg_status['tg_type'] == 'TG-MYSQL' %}
Create MySQL Backup User: Created
{% endif %}
{% if not 'transferjob' in sg_status.keys() %}
Create Transfer Job
{% else %}
Transfer Job: (Current Transfer Job: {{sg_status['transferjob']}})Advanced setting
{% endif %}
{% endif %}
{% endif %}
{% endif %}
{% endif %}
{% endif %}
{% endif %}
{% endif %}
{% endif %}
{% endif %}