{% extends "base_generic.html" %} {% block content %} {% load static %}
User | User Email | Role | {% if user_profile.role == "AD" and user_profile.user != tenant_user.user %}Remove | {% endif %}
---|---|---|---|
{{ tenant_user.user.first_name }} {{ tenant_user.user.last_name }} | {{ tenant_user.user.email }} | {{ tenant_user.get_role_display }} {% if tenant_user.root_user %}(Root){% endif %} | {% if user_profile.role == "AD" and user_profile.user != tenant_user.user %}{% if not tenant_user.root_user %} {% endif %} | {% endif %} {% endfor %}
License | Current | Activated | Start Date | End Date | ||
---|---|---|---|---|---|---|
{{ license.license }} | {{ license.current }} | {{ license.active }} | {% if license.active %}{{ license.start_date }} | {% else %}Not Activated Yet | {% endif %} {% if license.active %}{{ license.expiration_date }} | {% else %}Not Activated Yet | {% endif %}
Total free storage used: {{ user_profile.tenant.storage }} / 10 GB
Data transferred this month: {{ user_profile.tenant.transfered }} / 40 GB
Name | Type | |
---|---|---|
{{ installation.installation_name }} | {{ installation.installation_type }} |