{% 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 body_class %}has-banner{% endblock %} {% block content %}

{% if identity.local_image_url %} {% endif %} {% if request.identity %}{% include "identity/_view_menu.html" %}{% endif %} {{ identity.html_name_or_handle }} @{{ identity.handle }}

{% if inbound_block %}

This user has blocked you.

{% else %} {% if identity.summary %}
{{ identity.safe_summary }}
{% endif %} {% if identity.metadata %}
{% for entry in identity.safe_metadata %}
{% endfor %}
{% endif %} {% if identity.local and identity.config_identity.visible_follows %}
{{ post_count }} posts {{ following_count }} following {{ followers_count }} follower{{ followers_count|pluralize }}
{% 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 %} {% endif %} {% block subcontent %} {% for post in page_obj %} {% include "activities/_post.html" %} {% empty %} {% if identity.local %} No posts yet. {% else %} No posts have been received/retrieved by this server yet. {% if identity.profile_uri %} You might find historical posts at their original profile ➔ {% endif %} {% endif %} {% endfor %} {% endblock %} {% endif %} {% endblock %}