{% extends "identity/view.html" %} {% block title %}{% if inbound %}Followers{% else %}Following{% endif %} - {{ identity }}{% endblock %} {% block subcontent %}
{% for identity in page_obj %} {% include "activities/_identity.html" %} {% empty %} This person has no {% if inbound %}followers{% else %}follows{% endif %} yet. {% endfor %}
{% endblock %}