{% 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 %}
{% endblock %}