{% extends 'base.html.twig' %} {% import "user/actions.html.twig" as actions %} {% block page_title %}{{ 'profile.title'|trans }}{% endblock %} {% block page_subtitle %}{% if not user.alias is empty %}{{ user.alias }} - {% endif %}{{ user.username }}{% endblock %} {% block page_actions %}{{ actions.user(user, tab) }}{% endblock %} {% block main %} {% import _self as macro %} {% import "macros/widgets.html.twig" as widgets %}