{% extends "base.html" %} {% block content %}

Welcome back, {{ user }}!

Here's what's happening with your WhatsApp Gateway today.

Total Messages

{{ log_count }}

Connection Status

{% if is_connected %}ONLINE{% else %}OFFLINE{% endif %}

Active Sessions

1 Device

API Credentials
{{ api_key }}
Authentication: Include x-api-key in your request headers.
Recent Activities
{% for log in recent_logs %} {% else %} {% endfor %}
Timestamp Target / Sender Message Preview Status
{{ log.timestamp }}
{{ log.sender_id }}
{{ log.message_text }}
SENT
No activity logs found.
{% endblock %} {% block scripts %} {% endblock %}