{% extends "base.html" %} {% block title %}Dashboard — whatsloon admin{% endblock %} {% block content %}

Dashboard

Tenant {{ tenant_id }} · signed in as {{ user }}

{{ stats.inbound }}
Inbound
{{ stats.outbound }}
Outbound
{{ stats.failed }}
Failed
{{ stats.pending_events }}
Pending events

Recent conversations

{% if stats.recent_conversations %} {% for c in stats.recent_conversations %} {% endfor %}
IDParticipant
{{ c.id }}{{ c.participant }}
{% else %}
No conversations yet for this tenant.
{% endif %} {% endblock %}