{% extends 'admin/base.html' %} {% block title %}{{ t('profile.title') }}{% endblock %} {% block content %}

๐Ÿ‘ค {{ t('profile.title') }}

{{ t('profile.your_role') }} {{ t('users.role_' + current_user.role) }} ยท {{ t('profile.member_since') }} {{ current_user.created_at|format_date }}

โœ๏ธ {{ t('profile.author_profile') }}

{{ t('profile.author_help') }}
{{ t('profile.display_name_help') }}
{{ t('profile.bio_help') }}
{% if current_user.avatar_url %}
Avatar
{% endif %}
{{ t('profile.avatar_help') }}

๐Ÿ”— {{ t('profile.author_links') }}

{{ t('profile.author_links_help') }}

๐Ÿ”’ {{ t('profile.account_settings') }}

{{ t('profile.username_unchangeable') }}
{{ t('profile.admin_language_help') }}
{{ t('profile.admin_theme_help') }}
{{ t('profile.current_password_help') }}
{{ t('profile.password_help') }}
{% endblock %}