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

Contact Information

Please enter your personal details.

This information is necessary for us specifically in the event that we need to contact you with regard to the use of our platform.

We would really appreciate it if you would fill in your mobile number as we may need to contact you urgently about any sms's being sent. This allows us to provide the service level we would like to provide.

This information will under no circumstance be passed on to any third party.

{{ form_widget(form) }}
{% endblock content %}