{% extends "settings/base.html" %} {% block subtitle %}Follows{% endblock %} {% block settings_content %}
{% if inbound %} Following ({{ num_outbound }}) Followers ({{ num_inbound }}) {% else %} Following ({{ num_outbound }}) Followers ({{ num_inbound }}) {% endif %}
{% for other_identity in page_obj %} {% empty %} {% endfor %}
Avatar for {{ other_identity.name_or_handle }} {{ other_identity.html_name_or_handle }} @{{ other_identity.handle }} {% if other_identity.id in outbound_ids %} Following {% endif %} {% if other_identity.id in inbound_ids %} Follows You {% endif %}
You {% if inbound %}have no followers{% else %}are not following anyone{% endif %}.
{% if inbound %} {% include "admin/_pagination.html" with nouns="follower,followers" %} {% else %} {% include "admin/_pagination.html" with nouns="follow,follows" %} {% endif %} {% endblock %}