{% extends "FOSUserBundle::layout.html.twig" %} {% block title %}{{ parent() }}profile{% endblock %} {% block fos_user_content %} {% trans_default_domain 'FOSUserBundle' %}

{{ 'profile.show.email'|trans }}: {{ user.email }}

First name: {{ user.name }}

Last name: {{ user.surname }}

{% if user.emailnotif1 %}

Notifications enabled for any creation or update

{% elseif user.emailnotif0 %}

Notifications enabled on packages/usecases creations

{% endif %}
{% endblock fos_user_content %}