Cloud user
{{ user.full_name }}
Email: {{ user.delivery_email }}
Date joined: {{ user.date_joined|timesince }} ago
Is active: {{ user.is_active }}
Role: {{ user.get_role_name() }}
{% with %}
{% set dollar_amount = dollar_amount %}
{% include "corporate/support/realm_details.html" %}
{% endwith %}
{% with %}
{% set dollar_amount = dollar_amount %}
{% include "corporate/support/realm_details.html" %}
{% endwith %}
{% endfor %}
{% for confirmation in confirmations %}
{% set object = confirmation.object %}
{% if show_realm_details %}
{% with %}
{% set dollar_amount = dollar_amount %}
{% include "corporate/support/realm_details.html" %}
{% endwith %}
{% elif realm %}
Cloud realm
{{ realm.string_id }}
{% else %}
Cloud realm
N/A
{% endif %}