Token:
{% if show_user_token_mfa %}
{{ user_token }}
{% else %}
Enable 2-Step verification to view token
{% endif %}
Email
{% block gravatar_parameters %}
Email:{{ user.email|default:"Not Given" }}
{% endblock %}
{% if backends.backends %}
Social
{% block social_parameters %}
Connected:
{% if backends.associated %}
{% include 'tethys_portal/user/social_labels.html' with backends=backends.associated %}
{% else %}
None
{% endif %}
Not Connected:
{% if backends.not_associated %}
{% include 'tethys_portal/user/social_labels.html' with backends=backends.not_associated %}
{% else %}
None
{% endif %}
{% endblock %}
{% endif %}
{% block account_parameters %}
Account
Member Since:{{ user.date_joined|date:"F j, Y" }}
Status:{% if user.is_active %}Active{% else %}Inactive{% endif %}
{% endblock %}
{% block workspace_management %}
Workspace
Storage Summary:{{ current_use }} of {{ quota|default:"∞" }}