{% extends "base.html" %} {% block title %}Conversations{% endblock %} {% block content %}
| Phone | Call Started | Duration | Call Status | Client Status |
|---|---|---|---|---|
| {{ msg.phone_number }} | {{ msg.call_started_at }} | {{ msg.call_duration_seconds }} | {{ msg.call_status }} | {{ msg.client_status }} |
| No messages found. | ||||