{% extends "base.html" %} {% block title %}Conversations{% endblock %} {% block content %}
Conversations
{% for msg in messages %} {% empty %} {% endfor %}
PhoneCall StartedDurationCall StatusClient Status
{{ msg.phone_number }} {{ msg.call_started_at }} {{ msg.call_duration_seconds }} {{ msg.call_status }} {{ msg.client_status }}
No messages found.
{% endblock %}