{% extends 'base.html.twig' %} {% import "user/actions.html.twig" as actions %} {% import "macros/widgets.html.twig" as widgets %} {% block page_title %}{{ 'admin_user.title'|trans }}{% endblock %} {% block page_actions %}{{ actions.user(user, tab) }}{% endblock %} {% block main %}
{% block profile_intro %}
{{ widgets.user_avatar(user, false, 'avatar-md') }} {{ user.displayName }} {% if user.title is not empty %} – {{ user.title }} {% endif %}
{% endblock %} {% block profile_content %}{% endblock %}
{% block profile_navbar %}{% endblock %}
{% endblock %}