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

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

{% if not identity.local %} {% if not identity.actor_uri %}

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 status in statuses %} {% include "statuses/_status.html" %} {% empty %} No statuses yet. {% endfor %} {% endblock %}