{{ include( 'NivaControlBundle:Shared:header.html.twig', { 'section': 'admin', 'mode': 'admin' } ) }} {{ include( 'NivaControlBundle:Shared:sidebar.html.twig', { 'section': 'admin', 'mode': 'admin', 'active': 'client' } ) }}
{{ client.status }}
Status of the client
{{ client.getClubId().getClubName() }}
Name of the Club
{{ client.getMsisdn() }}
MSISDN
{% if client.hasConverted %} Yes {% else %} No {% endif %}
Shows if it has converted
{{ client.creationTime|date('Y-m-d H:i:s') }}
Creation Time of the Club
{% if client.hasNotified %} Yes {% else %} No {% endif %}
Shows if it has notified
{% if client.hasSuppressed %} Yes {% else %} No {% endif %}
Shows if it has suppressed
{% if not client.getCampaignId == null %} {{ client.getCampaignId().getCampaignCode() }} {% endif %}
Campaign short name
{% if not client.getCampaignId == null %} {{ client.getCampaignId().getProviderId().getProviderName() }} {% endif %}
Ad Provider
{{ client.trackingId }}
AdProvider's tracking ID for the client.
{{ client.notificationTime|date('Y-m-d H:i:s') }}
None
Timestamp of last successful notification.