{% extends "@ibexadesign/ui/layout.html.twig" %} {% trans_default_domain 'ibexa_admin_ui' %} {% block body_class %}ibexa-user-profile-view{% endblock %} {% block breadcrumbs %} {% include '@ibexadesign/ui/breadcrumbs.html.twig' with { items: [ { value: 'user_profile.view.title'|trans|desc('User profile') } ]} %} {% endblock %} {% block header %} {% include '@ibexadesign/ui/page_title.html.twig' with { title: 'user_profile.page.title'|trans|desc('User profile') } %} {% endblock %} {% set content = user.content %} {% block content %}
{% include '@ibexadesign/ui/component/user_thumbnail/user_thumbnail.html.twig' with { user_content: content, user: user, attr_svg: { width: 220, height: 220 } } only %}
{%- set user_profile_output -%} {{- ibexa_twig_component_group('admin-ui-user-profile-blocks', { user }) -}} {%- endset -%} {% if user_profile_output is not empty %} {% endif %}
{% endblock %}