{% trans_default_domain "admin" %} {# NOTE right now it might be considered overkill to put the "show_content" in a seperate template, but future profile pages might contain more than just a display of the profile. #}
{{user.username}} ({{ user.email }})
{{ 'admin.profile.show.roles'|trans }}:
{{ user.roles|join(', ') }}