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

And {{ x_more }} more.

{% endif %} {% if is_admin %}

Manage followers

{% endif %}
{% endblock %}