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

Conversations

{% if items %} {% include "_conversation_rows.html" %}
IDParticipantLast activity
{% set base_url = root + "/ui/conversations" %} {% set query_extra = "tenant_id=" + tenant_id + "&token=" + token + "&" %} {% include "_pagination.html" %} {% else %}
No conversations found. Adjust the limit or check another tenant.
{% endif %} {% endblock %}