{% extends "admin_base.html" %} {% load static %} {% block title %}{{ tenant.name }} - Tenant Details{% endblock %} {% block page_title %}{{ tenant.name }}{% endblock %} {% block page_description %}Detailed information about this tenant organization{% endblock %} {% block content %}
Current Status
Days Remaining
Total Users
Active Shops
{{ tenant.owner.get_full_name|default:tenant.owner.username }}
{{ tenant.owner.email }}
{{ tenant.contact_phone|default:"Not provided" }}
{{ tenant.created_at|date:"M d, Y H:i" }}
{% if tenant.trial_ends_at %} {{ tenant.trial_ends_at|date:"M d, Y H:i" }} {% else %} Not set {% endif %}
{{ tenant.address }}
User | Role | Status | Joined | Actions |
---|---|---|---|---|
{{ tenant_user.user.first_name.0|default:tenant_user.user.username.0|upper }}
{{ tenant_user.user.get_full_name|default:tenant_user.user.username }}
{{ tenant_user.user.email }}
|
{{ tenant_user.get_role_display }} | {% if tenant_user.is_active %}Active{% else %}Inactive{% endif %} | {{ tenant_user.joined_at|date:"M d, Y" }} |
|
This tenant has no assigned users.
Shop Name | Address | Phone | |
---|---|---|---|
{{ shop.name }} | {{ shop.address|default:"Not provided" }} | {{ shop.phone|default:"Not provided" }} | {{ shop.email|default:"Not provided" }} |
This tenant has no shops set up yet.
Organization was registered
{{ tenant.created_at|timesince }} ago14-day trial started
Expires {{ tenant.trial_ends_at|timeuntil }}