{{ include( 'NivaControlBundle:Shared:header.html.twig', { 'section': 'admin', 'mode': 'admin' } ) }} {{ include( 'NivaControlBundle:Shared:sidebar.html.twig', { 'section': 'admin', 'mode': 'admin', 'active': 'client' } ) }}
Search
#
Filters
{% for client in clients %} {% endfor %}
Club Number Campaign Notified Status
{{ client.getClubId().getClubName() }} {{ client.phoneNumber }} {% if not client.getCampaignId == null %} {{ client.getCampaignId().getProviderId().getProviderName() }} - {{ client.getCampaignId().getCampaignCode() }} {% endif %} {% if client.hasSuppressed %}Suppressed {% elseif client.hasNotified %}Notified {% else %}None {% endif %} {{ client.status }}
{% if not clients %}

Woah, no clients found.

{% else %}

Showing only the 50 most recent clients.

{% endif %}
{{ include( 'NivaControlBundle:Shared:footer.html.twig' ) }}