{% extends 'crm/base.html' %} {% load static %} {% block title %} {{ master_list.name }} Autodialer list {% endblock title %} {% block body_no_container %}
[[ call_status ]]
'{{ master_list.name }}' Masterlist
Phone Number Type Status Carrier Dial Status Action
[[ entry.phone_number ]] [[ entry.phone_type ]] [[ entry.phone_status ]] [[ entry.phone_carrier ]] [[ ]] Call
No Number in this list
{% include 'crm/marketing/campaigns/voice/calling-modal.html' %}
{% endblock body_no_container %} {% block extra_js %} {% endblock extra_js %}