{% 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 not request.htmx %}
This user has blocked you.
{% else %} {% if not request.htmx %} {% if identity.summary %}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 %} {% 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 %}