{% extends "base.html" %} {% block title %}{{ identity }}{% endblock %} {% block body_class %}has-banner{% endblock %} {% block content %}
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 %} No posts yet. {% endfor %} {% if page_obj.has_next %} {% endif %} {% endblock %}