{{
components::avatar(username=profile.username,size="72px")
}}
{% if profile.settings.display_name %} {{ profile.settings.display_name }} {% else %} {{ profile.username }} {% endif %} {% if profile.is_verified %} {{ icon "badge-check" }} {% endif %}
{{ profile.username }}
{{ profile.settings.biography }}
ID
Joined
{{ profile.created }}
{{ icon "users-round" }}
{{ text "auth:label.joined_communities" }}
{% for community in communities %}
{{ components::community_avatar(id=community.id,
community=community, size="48px") }}
{% endfor %}
{% block content %}{% endblock %}
{{ profile.follower_count }}
{{ text "auth:label.followers" }}{{ profile.following_count }}
{{ text "auth:label.following" }}