{% extends 'superuser/base_superuser.html' %} {% block title %}Superuser Console | ChatLab{% endblock %} {% block dashboard_active %}active{% endblock %} {% block workspace %}
ChatLab metrics, tenant companies, and chatbot profiles.
| Company Name | Chatbot Name | AI Provider | Model Name | API Key Status | Admin Account | Created Date | Actions |
|---|---|---|---|---|---|---|---|
| {{ company.name }} | {{ company.chatbot_name }} | {% if company.ai_provider == 'gemini' %} Google Gemini {% else %} OpenAI {% endif %} | {{ company.model_name }} | {% if company.api_key %} Configured {% else %} ⚠️ Unconfigured {% endif %} | {% if company.users.count %} {{ company.users.count }} user(s) {% else %} ⚠️ No admin {% endif %} | {{ company.created_at|date:"M d, Y" }} |
| Name | Phone Number | Page URL | Submission Date | Actions |
|---|---|---|---|---|
| {{ lead.name }} | {{ lead.phone }} | {% if lead.page_url %} {{ lead.page_url }} {% else %} Not provided {% endif %} | {{ lead.created_at|date:"M d, Y H:i" }} |
When visitors submit the lead form on the home page, they will appear here.