{% extends 'base.html.twig' %} {% import "macros/actions.html.twig" as actions %} {% block page_title %}{{ 'profile.title'|trans }}{% endblock %} {% block page_subtitle %}{{ 'profile.subtitle'|trans }}{% endblock %} {% block page_actions %}{{ actions.user(user, tab) }}{% endblock %} {% block main %} {% import _self as macro %} {% import "macros/widgets.html.twig" as widgets %}