{% extends "base.html" %} {% block title %}{{ identity }}{% endblock %} {% block opengraph %} {% include "_opengraph.html" with opengraph_local=identity.to_opengraph_dict %} {% endblock %} {% block extra_head %} {% if identity.local %} {% endif %} {% endblock %} {% block content %}
{% if identity.local_image_url %} {% endif %} Profile image for {{ identity.name }} {% if request.user.moderator or request.user.admin %}{% include "identity/_view_menu.html" %}{% endif %}

{{ identity.html_name_or_handle }}

@{{ identity.handle }} {% if identity.summary %}
{{ identity.safe_summary }}
{% endif %}
{% if not identity.local %}
{% if identity.outdated and not identity.name %} The system is still fetching this profile. Refresh to see updates. {% else %} This is a member of another server. See their original profile ➔ {% endif %}
{% else %}
{{ post_count }} posts {% if identity.local and identity.config_identity.visible_follows %} {{ following_count }} following {{ followers_count }} follower{{ followers_count|pluralize }} {% endif %}
{% endif %} {% endblock %}