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