{% extends 'ccc/campaigns/base.html' %} {% load staticfiles %} {% block title %}Click to call{% endblock title %} {% block css %} {% endblock css %} {% block scripts %} {% endblock scripts %} {% block content %}

File uploaded.

Your number list was uploaded!

Output result for: {{ master_list.name }}

Total numbers. {{ total_numbers }}

Cell Phone {{ total_cellphone }}

LandLine {{ total_landline }}

Voip {{ total_voip}}


{% if master_list.has_errors %}

With error.

Total unprocessed numbers {{ total_unprocessed_numbers }}

List of invalid Phone numbers, please verify and reupload your excel file.

{% for dialer in unprocessed_numbers %} {% endfor %}
First Name Last Name Phone number Error reason
{{ dialer.first_name }} {{ dialer.last_name }} {{ dialer.phone_number }} {{ dialer.msg_err }}
{% endif %}
{% endblock content %}