{% extends "base.html" %} {% block subtitle %}Follows{% endblock %} {% block content %}
{% for identity, details in identities %} {{ identity.name_or_handle }} @{{ identity.handle }} {% if details.outbound %} Following {% endif %} {% if details.inbound %} Follows You {% endif %} {% empty %}

You have no follows.

{% endfor %}
{% endblock %}