{% extends "base.html" %} {% load static %} {% block title %}{{ identity }}{% 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 %} {% if request.identity %} {% endif %} {% for status in statuses %} {% include "statuses/_status.html" %} {% empty %} No statuses yet. {% endfor %} {% endblock %}