{% extends 'base-email.html.twig' %} {% block body %} {{'email.user_change_archi'|trans}} {{website}} {% if noDisplay == false and noDisplayInfosComp == false and deleteItem == false %}

{{'email.user_change_archi'|trans}}

{% for key,tab in tabs %} {% if displayTwoVersion == true %}

{{key}} : {{tab|raw}}

{{'email.source_code'|trans}} : {{tab}}

{% else %}

{{key}} : {{tab}}

{% endif %} {% endfor %} {% if changeProfilePicture == true %}

{{'email.change_profile_img'|trans}}.

{% endif %} {% elseif noDisplayInfosComp == true %} {% for keey,tab in tabs %} {% if tab is iterable %}

- {{keey}} :

{% for key,ta in tab %}

{{ta}}

{% endfor %} {% else %} {% if keey == "old_position" %}

- {{'email.old_position'|trans}} : {{tab}}

{% else %}

- {{keey}} : {{tab}}

{% endif %} {% endif %} {% endfor %} {% if imgOrder == true %}

{{'email.order_img'|trans}} :

{{'email.order_img_first'|trans}}.

{{'email.order_img_second'|trans}}.

{% endif %} {% elseif deleteItem == true %}

{{'pictures.request_deletion'|trans}}

{% for keyDelete, tabDelete in tabs %} {{keyDelete}} : {{tabDelete}} {% endfor %} {# {% else %}

{{'email.change_profile_img'|trans}}.

#} {% endif %} {% endblock %}