{% extends 'BazookasAdminBundle:Layout:default.html.twig' %} {% trans_default_domain "admin" %} {% set titleTranslationKey = 'admin.profile.show.title' %} {% set pageActions = [{ path: path('fos_user_profile_edit'), color: 'success', icon: 'ti-pencil', label: 'admin.profile.show.edit' }] %} {# TODO fancy user profile stuff? Amount of posts, related users, ... #} {% block body_content %} {% include "FOSUserBundle:Profile:show_content.html.twig" %} {% endblock %}