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

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

{% if not identity.local %}

This user is a member of another server. See their original profile

{% endif %} {% for status in statuses %} {% include "statuses/_status.html" %} {% empty %} No statuses yet. {% endfor %} {% endblock %}