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

Member Profile

{{ form_widget(form) }}
{% 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 %}
{% endblock content %}