{% extends 'AdminBundle:Admin:adminLayout.html.twig' %} {% block breadcrumb %} {{ backendHelpers.breadcrumb({ ("user.titles.users home"|trans) : (path(paths.home)), ("user.titles.users"|trans) : (path(paths.index)), ("admin.titles.show"|trans) : '' }) }} {% endblock %} {% block content %} {{ backendHelpers.pageTitle( "user.titles.user"|trans ) }}
{{"user.titles.image"|trans}} | |
---|---|
{{"user.titles.id"|trans}} | {{ entity.id }} |
{{"user.titles.real name"|trans}} | {{ entity.realName }} |
{{"user.titles.username"|trans}} | {{ entity.username }} |
{{"user.titles.email address"|trans}} | {{ entity.email }} |
{{"user.titles.enabled"|trans}} | {%if entity.enabled%} {%else%} {%endif%} |
{{"user.titles.user groups"|trans}} |
{%if entity.groups|length%}
|
{{"userprofile.titles.sex"|trans}} | {{ entity.userProfile.sex }} |
{{"userprofile.titles.birthdate"|trans}} | {{ entity.userProfile.birthdate | date("Y-m-d") }} |
{{"userprofile.titles.country"|trans}} | {{ entity.userProfile.country }} |
{{"userprofile.titles.city"|trans}} | {{ entity.userProfile.city }} |
{{"userprofile.titles.religion"|trans}} | {{ entity.userProfile.religion }} |
{{"userprofile.titles.interestingList"|trans}} | {{ entity.userProfile.interestingList }} |
{{"userprofile.titles.locale"|trans}} | {{ entity.userProfile.locale }} |
{{"userprofile.titles.mobile"|trans}} | {{ entity.userProfile.mobile }} |
{{"userprofile.titles.avatar"|trans}} |
{% if entity.userProfile.avatar is not null %}
|