{{ include( 'NivaLamboCallCenterBundle:old:Shared/header.html.twig' ) }} {{ include( 'NivaLamboCallCenterBundle:old:Shared/sidebar.html.twig', { 'active': 'client' } ) }}
Search
#
{% if method == 'GET' %}
Please enter a phone number to continue
{% elseif not clients %}
Could not find any clients with the specified phone number
{% else %}
{% for client in clients %} {% endfor %}
Club Phone Number Status Details
{{ client.getClubId().getClubName() }} {{ client.phoneNumber }} {% if client.status == 'A' %}Active {% elseif client.status == 'S' %}Suspended {% elseif client.status == 'C' %}Cancelled {% else %}Pending {% endif %} View Details
{% endif %}
{{ include( 'NivaLamboCallCenterBundle:old:Shared/footer.html.twig' ) }}