{% extends 'D2CustomerBundle::base.html.twig' %} {% block head_script_extra %} {% endblock head_script_extra %} {% block page_header %}
Change Your Logon Details

{% endblock page_header %} {% block content %} {% if error %}
Oops! {{ error|trans }}
{% endif %} {% if (d2_sys_config('sys_customer_mode') == 'ALL_FIELDS_MODE') or (d2_sys_config('sys_customer_mode') == 'INDIVIDUAL_FIELDS') %}
{% else %}
{% endif %}

Member Profile

{{ form_widget(form) }}
{% if (d2_sys_config('sys_customer_mode') == 'ALL_FIELDS_MODE') or (d2_sys_config('sys_customer_mode') == 'INDIVIDUAL_FIELDS') %}
{% if entity.path %}

Profile Image

IMAGE Mime Type: {{ image_info['mime'] }} Size: {{ image_info[0] }}x{{ image_info[1] }}
IMAGE Mime Type: {{ crop_image_info['mime'] }} Size: {{ crop_image_info[0] }}x{{ crop_image_info[1] }}
Crop Profile Image {% else %}

Profile Image

EXPERT {% endif %}
{% endif %} {% endblock content %}