Clients

{% if error is defined %} {% if error %}
There was an error trying to unsubscribe {{ client.phoneNumber }}.
{% else %}
{{ client.phoneNumber }} unsubscribed successfully.
{% endif %} {% endif %} {% if berror is defined and berror %} {% if berror == 1 %} {# Number already exists in blacklist #}
Error! Phone number {{ msisdn }} is already in the blacklist.
{% elseif berror == 2 %} {# Number added to the blacklist#}
Success! Phone number {{ msisdn }} was successfully added to the blacklist.
{% elseif berror == 5 %} {# Woah, another error #}
Error! An unknown error has occurred. Please try again later.
{% endif %} {% endif %}
General Information
Status
{% if client.status == 'A' %}Active {% elseif client.status == 'S' %}Suspended {% elseif client.status == 'C' %}Cancelled {% else %}Pending {% endif %}
Status of the client
MSISDN
{{ client.phoneNumber }}
Complete MSISDN number
Actions
Product Information
Product Name
{{ client.getClubId().getClubName() }}
Name of the product
ShortCode
{{ client.getClubId().getClubShortCode() }}
Default ShortCode for this product.
Events
Double Opt-In Time
{% if client.doubleOptInTime %} {{ client.doubleOptInTime|date('Y-m-d H:i:s') }} UTC {#
via {{ client.activationChannelText }}#} {% else %} None {% endif %}
Timestamp of double opt-in action
Activation Time
{% if client.activationTime %} {{ client.activationTime|date('Y-m-d H:i:s') }} UTC
via {{ client.activationChannelText }} {% else %} None {% endif %}
Timestamp of activation action
Last Charge Time
{% if client.lastChargeTime %} {{ client.lastChargeTime|date('Y-m-d H:i:s') }} UTC {% 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') }} UTC
via {{ client.cancellationChannelText }} {% else %} None {% endif %}
Timestamp when the last successful charge was realized
SMS Logs
Charge Logs