{{ include( 'NivaControlBundle:Shared:header.html.twig', { 'section': 'admin', 'mode': 'admin' } ) }} {{ include( 'NivaControlBundle:Shared:sidebar.html.twig', { 'section': 'admin', 'mode': 'admin', 'active': 'client' } ) }}
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 }} |
Woah, no clients found.
{% else %}Showing only the 50 most recent clients.
{% endif %}