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

Call legs logs (Sid: {{ contact.Sid }})

{% for l in contact.leg_set.all %} {% endfor %}
CallSegmentSid DateCreated DateUpdated Status StartTime EndTime Duration
{{ l.CallSegmentSid }} {{ l.DateCreated }} {{ l.DateUpdated }} {{ l.state }} {{ l.StartTime }} {{ l.EndTime }} {{ l.Duration }}
{% if contact.voicemail %}

Download the voicemail left

{% endif %} {% if contact.transcribe %}

Transcription: {{ contact.transcribe }}

{% endif %}

Application errors / Notifications

{% endblock %}