{{ stats.utenti }}
{% extends 'base.html.twig' %} {% block title %}Admin — Mostry{% endblock %} {% block stylesheets %}{{ parent() }}{% endblock %} {% block body %} {{ include('_dash_nav.html.twig') }}
| Nome | Azienda | Piano | Stato | Bot | Iscritto | |
|---|---|---|---|---|---|---|
| {{ u.email }}{% if 'ROLE_ADMIN' in u.roles %} admin{% endif %} | {{ u.firstName }} {{ u.lastName }} | {{ u.company ?: '—' }} | {{ u.plan ? u.plan.name : '—' }} | {% if not u.isVerified %}non verificato {% elseif u.planExpiresAt %}scade {{ u.planExpiresAt|date('d/m/Y') }} {% else %}—{% endif %} | {{ botCountByUser[u.id] ?? 0 }} | {{ u.createdAt|date('d/m/Y') }} |
| Nessun utente ancora. | ||||||
| Nome | Proprietario | Motore AI | Ruolo | Chiave | Attivo | Creato | |
|---|---|---|---|---|---|---|---|
| {{ b.name }} | {{ b.owner ? b.owner.email : '—' }} | {{ b.provider.label }}{% if b.model %} {{ b.model }}{% endif %} |
{{ b.role }} | {{ b.usesManagedKey ? 'Mostry' : 'BYOK' }} | {{ b.whatsappPhoneNumberId ? '✓' : '—' }} | {{ b.active ? 'sì' : 'no' }} | {{ b.createdAt|date('d/m/Y') }} |
| Nessun assistente ancora. | |||||||