{% extends "base.html" %} {% load static %} {% block title %}{{ identity }}{% endblock %} {% block content %}
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 %}