mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-10 22:37:28 +01:00
7 lines
214 B
Twig
7 lines
214 B
Twig
{% 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>
|