{% extends "base.html" %} {% load static %} {% block title %}{{ identity }}{% endblock %} {% block content %}

{% if identity.icon_uri %} {% else %} {% endif %} {{ identity.name_or_handle }} @{{ identity.handle }}

{% 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 %} {% if request.identity %}
{% csrf_token %} {% if follow %} {% else %} {% endif %}
{% endif %} {% for status in statuses %} {% include "statuses/_status.html" %} {% empty %} No statuses yet. {% endfor %} {% endblock %}