{% extends 'companies/superadmin/base.html' %} {% load humanize %} {% block content %}
| Company Slug | /{{ company.slug }}/ |
| Email Address | {{ company.email|default:"—" }} |
| Phone Number | {{ company.phone|default:"—" }} |
| Default Currency | {{ cs.currency_symbol }} ({{ cs.get_currency_display }}) |
| Registered On | {{ company.created_at|date:"d M Y, H:i" }} |
| Status | {% if company.is_active %} {% if company.is_expired %} Expired {% else %} Active {% endif %} {% else %} Suspended {% endif %} |
You can enter this company's workspace directly as a super-administrator to inspect data or help the tenant.