show_content.html_1.twig 214 Bytes edit raw blame history 1 2 3 4 5 6 {% trans_default_domain 'FOSUserBundle' %} <div class="fos_user_user_show"> <p>{{ 'profile.show.username'|trans }}: {{ user.username }}</p> <p>{{ 'profile.show.email'|trans }}: {{ user.email }}</p> </div>