{% extends 'D2CustomerBundle::base.html.twig' %} {% block head_script_extra %} {% endblock head_script_extra %} {% block page_header %}

{% if user_authed is sameas(false) %} Login Sign Up {% else %} Logout {% endif %}

{% endblock page_header %} {% block content %}
{% if error %}
Oops! {{ error|trans }}
{% endif %} {% if signup_type is sameas('standard') %}

Standard Package

Please complete the business registration form.

This information is used as your business account data and will be reflected on invoices and statements.

Once you have created the account you will be redirected to the SMS Shop. An Sms Account will be added to the Cart. Kindly select the SMS bundle you require.

If you plan to have more than one user linked to your account, you can add more licenses (Sms Services Category). Aternatively they can be purchased later.

If you elect to pay using your credit card, your services will be provisioned immediately.

Alternatively, if you elect to do an EFT, an invoice will be emailed to you. Kindly make payment and forward us the confirmation and we will provision your order.

{% elseif signup_type is sameas('advanced') %}

Advanced Package

Please complete the business registration form.

This information is used as your business account data and will be reflected on invoices and statements.

Once you have created the account you will be redirected to the SMS Shop. An Sms Account and Advanced Package License will be added to the Cart. Kindly select the SMS bundle you require.

If you plan to have more than one user linked to your account, you can add more licenses (Sms Services Category). Aternatively they can be purchased later.

If you elect to pay using your credit card, your services will be provisioned immediately.

Alternatively, if you elect to do an EFT, an invoice will be emailed to you. Kindly make payment and forward us the confirmation and we will provision your order.

{% else %}

Premier Package

Advanced Package

Please complete the business registration form.

This information is used as your business account data and will be reflected on invoices and statements.

Once you have created the account you will be redirected to the SMS Shop. An Sms Account and Premier Package License will be added to the Cart. Kindly select the SMS bundle you require.

If you plan to have more than one user linked to your account, you can add more licenses (Sms Services Category). Aternatively they can be purchased later.

If you elect to pay using your credit card, your services will be provisioned immediately.

Alternatively, if you elect to do an EFT, an invoice will be emailed to you. Kindly make payment and forward us the confirmation and we will provision your order.

{% endif %}
{% endblock content %}