{% extends "base.html" %} {% block title %}{{ t('ui.profile') if t else 'Profile' }} — {{ site_display_name() }}{% endblock %} {% block content %}

{{ user.first_name or user.username }}

{{ user.username }}

{{ plugin_area_profile_content | safe }}
{% endblock %}