{{ include( 'NivaLamboCallCenterBundle:old:Shared/header.html.twig' ) }} {{ include( 'NivaLamboCallCenterBundle:old:Shared/sidebar.html.twig', { 'active': 'blacklist' } ) }}
{% if error is defined and error %} {% if error == 1 %} {# Number already exists in blacklist #}
Error! Phone number {{ msisdn }} is already in the blacklist.
{% elseif error == 2 %} {# Number added to the blacklist#}
Success! Phone number {{ msisdn }} was successfully added to the blacklist.
{% elseif error == 3 %} {# Number was not in the blacklist#}
Error! Phone number {{ msisdn }} was not found in the blacklist.
{% elseif error == 4 %} {# Number removed from the blacklist#}
Success! Phone number {{ msisdn }} was successfully removed from the blacklist.
{% elseif error == 5 %} {# Woah, another error #}
Error! An unknown error has occurred. Please try again later.
{% endif %} {% endif %}
Add to Blacklist
#
Remove from Blacklist
#
Blacklist Bulk
Browse…
{% if fileError is defined %}
Woah! Only .txt files are supported.
{% endif %}
{% if clients is defined %}

Bulk Action Results

{% for client in clients %} {% if client.msg == 'Success!' %} {% else %} {% endif %} {% if client.type == 'add' %} {% elseif client.type == 'remove' %} {% endif %} {% endfor %} {% if time is defined %} {% endif %}
Client Action Result
{{ client.msisdn }} Add Remove{{ client.msg }}
Total execution time: {{ time }} s
{% endif %} {#
Browse
#}
{{ include( 'NivaLamboCallCenterBundle:old:Shared/footer.html.twig' ) }}