{% extends "base.html" %} {% block title %}{{ identity }}{% endblock %} {% block extra_head %} {% if identity.local %} {% endif %} {% endblock %} {% block body_class %}has-banner{% endblock %} {% block content %}
{{ entry.name }} | {{ entry.value }} |
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 %} {% endif %} {% endblock %}