{% extends "base.html" %} {% block title %}Call Summary{% endblock %} {% block content %}
Call Summary
{% for msg in messages %} {% empty %} {% endfor %}
PhoneConversationsCall SummaryStartedStatus
{{ msg.phone_number }} {{ msg.call_transcript }} {{ msg.call_summary }} {{ msg.call_started_at |date:"d-m-Y" }} {{ msg.call_status }}
No summary found.
{% endblock %}