{{ include( 'NivaControlBundle:Shared:header.html.twig', { 'section': 'club', 'mode': 'club' } ) }} {{ include( 'NivaControlBundle:Shared:sidebar.html.twig', { 'section': 'club', 'mode': 'club', 'active': 'client' } ) }}
Search in {{ club.clubName }}
#
{% if error %} {% if error == 1 %} {# No client selected #}
Please specify a client.
{% elseif error == 2 %} {# No client found #}
Woah! Could not find a client in {{ club.clubName }} with the specified phone number.
{% elseif error == 3 %} {# Could not unsubscribe client #}
Woah! Could not unsubscribe {{ client.phoneNumber }} from {{ club.clubName }}. Please try again later.
{% elseif error == 4 %} {# Client unsubscribed successfully #}
Success! Client {{ client.phoneNumber }} was successfully unsubscribed from {{ club.clubName }}.
{% endif %} {% endif %} {% if client and not error %}
General Information
Status {{ client.status }} Status of the client
MSISDN {{ client.getMsisdn() }} Complete MSISDN number (including country code)
Credits {{ client.credits }} Current available credits for downloads
Total Charged ${{ (client.totalCharged*0.01)|number_format(2, '.', ',') }} Total amount charged to client (no IVA)
Events
Activation Time {% if client.activationTime %} {{ client.activationTime|date('Y-m-d H:i:s') }} via {{ client.activationChannelText }} {% else %} None {% endif %} Timestamp of activation action
Double Opt-In Time {% if client.doubleOptInTime %} {{ client.doubleOptInTime|date('Y-m-d H:i:s') }} {% else %} None {% endif %} Timestamp of double opt-int begin action
Last Charge Time {% if client.lastChargeTime %} {{ client.lastChargeTime|date('Y-m-d H:i:s') }} {% else %} None {% endif %} Timestamp when the last successful charge was realized
Cancellation Time {% if client.cancellationTime %} {{ client.cancellationTime|date('Y-m-d H:i:s') }} via {{ client.cancellationChannelText }} {% else %} None {% endif %} Timestamp of cancellation action
Activity
Downloaded Content {{ activity.totalDownloads }} downloads Amount of downloads the client has made
Last Download Time {% if activity.totalDownloads %} {{ activity.lastDownload|date('Y-m-d H:i:s') }} {% else %} None {% endif %} Timestamp of the last download
Last Downloaded Content {% if activity.totalDownloads %} {{ activity.content.name }} {% else %} None {% endif %} Last downloaded content
Actions
{% endif %}
{{ include( 'NivaControlBundle:Shared:footer.html.twig' ) }}