{% 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 %}
{% set event = actions(app.user, 'user', tab, {'user': user}) %}
{{ widgets.list_group_actions(event.actions, app.request.requestUri) }}
{% block profile_navbar %}{% endblock %}