{% extends "layout.html" %} {% block title %}User{% endblock %} {% block content %}

{{ userdata['username'] }}

{% if cloud == "gcp" %}

Google Service Account: {{ userdata['display_name'] }}

{% endif %} {% if cloud == "azure" %}

Azure Service Principal Display Name: {{ userdata['display_name'] }}

Azure Service Principal Application ID: {{ userdata['hail_identity'] }}

{% endif %}

Trial Billing Project: {{ userdata['trial_bp_name'] }}

Notice: The Hail system records your email address and IP address. Your email address is recorded so that we can authenticate you. Your IP address is tracked as part of our surveillance of all traffic to and from the Hail system. This broad surveillance enables the protection of the Hail system from malicious actors.

{% endblock %}