{% extends "base.html" %} {% block title %}{{ identity }}{% 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 %} {% if identity == request.identity %}
Edit Profile
{% else %}
{% csrf_token %} {% if reverse_follow %} Follows You {% endif %} {% if follow %} {% else %} {% endif %}
{% endif %} {% endif %} {{ identity.name_or_handle }} @{{ identity.handle }}

{% if identity.summary %}
{{ identity.safe_summary }}
{% endif %} {% if identity.metadata %} {% for entry in identity.safe_metadata %} {% endfor %}
{{ entry.name }} {{ entry.value }}
{% 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 %} {% 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 %} {% if page_obj.has_next %}
Next Page
{% endif %} {% endblock %}