{%- import "utils.html" as utils with context -%} {% extends "layout.html" %} {% block head %} {{ local_actor.display_name }}'s follows {% endblock %} {% block content %} {% include "header.html" %}
{% set x_more = following_count - following | length %} {% if x_more > 0 %}

And {{ x_more }} more.

{% endif %} {% if is_admin %}

Manage follows

{% endif %}
{% endblock %}