{% if is_granted("ROLE_ADMIN") %}
{% if user.id != app.user.id and (params['product'] != false or is_granted("ROLE_ADMIN")) %}
{% else %}
{% endif %}
{% else %}
{% endif %}
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
{% if is_granted("ROLE_ADMIN") %}
{{ macro.popup("danger","form_new_password", path('user_send_email_with_new_password', {'id': "XX"}), "newPassword" ,"Vous êtes sur le point d'envoyer un nouveau mot de passe.") }}
{% endif %}