{{ include( 'NivaLamboCallCenterMiniBundle:old:Shared/header.html.twig' ) }}
{{ include( 'NivaLamboCallCenterMiniBundle:old:Shared/sidebar.html.twig', { 'active': 'client' } ) }}
Search
#
{% if error is defined %} {% if error %}
There was an error trying to unsubscribe {{ client.phoneNumber }}.
{% else %}
{{ client.phoneNumber }} unsubscribed successfully.
{% endif %} {% endif %} {% if not clients %}
Could not find any clients with the specified phone number
{% else %}
{% for client in clients %} {% endfor %}
Club Phone Number Status Actions
{{ client.getClubId().getClubName() }} {{ client.phoneNumber }} {% if client.status == 'A' %}Active {% elseif client.status == 'S' %}Suspended {% elseif client.status == 'C' %}Cancelled {% else %}Pending {% endif %} {% if client.status != 'C' %} {% endif %}
{% endif %}