You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
181B

  1. {% if item.user is not null %}
  2. <a href="{{ path('easyadmin', {"entity": 'User', 'action': "show", "id" : item.user.id})}}">{{ value }}</a>
  3. {% else %}
  4. {{ value }}
  5. {% endif %}