{{ include( 'NivaControlBundle:Shared:header.html.twig', { 'section': 'admin', 'mode': 'admin' } ) }} {{ include( 'NivaControlBundle:Shared:sidebar.html.twig', { 'section': 'admin', 'mode': 'admin', 'active': 'client' } ) }}
{% if output is defined %} {% if output.error %} {% else %} {% endif %} {% endif %}

General Information

{{ 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


Ad Provider

{% 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.

{% if client.notificationTime %}

{{ client.notificationTime|date('Y-m-d H:i:s') }}

{% else %}

None

{% endif %}

Timestamp of last successful notification.


Actions


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