{% with title='Followers', url=config.link + '/followers', description='ActivityPub followers', type='index', image=None, skip_header=not config.header, styles=['/css/home.css'] %} {% include 'common-head.html' %} {% endwith %} Followers {% if activitypub_handle and config.activitypub_profile_url %} {{ activitypub_handle }} {% endif %} {% if followers %} {{ followers|length }} follower{{ 's' if followers|length != 1 else '' }} {% endif %} {% if followers %} {% for follower in followers %} {% if follower.icon %} {% else %} {{ follower.name[0]|upper if follower.name else '?' }} {% endif %} {{ follower.name }} {% if follower.username %} @{{ follower.username }}@{{ follower.host }} {% endif %} {% endfor %} {% else %} No followers yet. {% endif %} {% include 'footer.html' %} {% include 'common-tail.html' %}
No followers yet.