{% 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 %}
{% if page_obj.has_previous %} Previous Page {% endif %} {% if page_obj.has_next %} Next Page {% endif %}
{% endblock %}