doughnut-wedding/app/Resources/FOSUserBundle/views/Profile/show_content.html.twig

7 lines
214 B
Twig
Raw Normal View History

2017-04-09 18:08:01 -07:00
{% 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>