{% extends "base.html" %} {% block subtitle %}Follows{% endblock %} {% block content %}
{% for identity, follow_type in page_obj %} {{ identity.html_name_or_handle }} @{{ identity.handle }} {% if follow_type == "outbound" %} Following {% endif %} {% if follow_type == "inbound" %} Follows You {% endif %} {% empty %}

You have no follows.

{% endfor %}
{% endblock %}