{% extends "@UVDeskSupportCenter/Templates/layout.html.twig" %} {% block title %}{% trans %}Edit Profile{% endtrans %}{% endblock %} {% block ogtitle %}{% trans %}Edit Profile{% endtrans %}{% endblock %} {% block twtitle %}{% trans %}Edit Profile{% endtrans %}{% endblock %} {% block tabHeader %}
{% endblock %} {% block body %}

{{ 'Profile'|trans }}

{% set customerDetails = user_service.getCustomerDetailsById(user.id) %}
{% set isHaveImage = customerDetails and customerDetails.profileImagePath ? 1 : 0 %}
{{ 'Upload a Profile Image (100px x 100px)
in PNG or JPG Format'|trans|raw }}
{% if isHaveImage %}
{% endif %}
{{ "Choose your default timezone"|trans }}
{{ "Choose your default timeformat"|trans }}
{% endblock %} {% block footer %} {{ parent() }} {% endblock %}