{% extends "user/read_base.html" %}
{%- block subtitle -%}
{{ ui.subtitle_item(_("Followers")) }}
{{- super() -}}
{%- endblock %}
{%- block breadcrumb_content -%}
{{- super() -}}
{{ ui.breadcrumb(_("Followers"), href=h.url_for("user.followers", id=user.name), active=true) }}
{%- endblock %}
{% block primary_content_inner %}
{%- call ui.util.call(ui.section, title=_("Followers"), level=1) -%}
{%- include "user/snippets/followers.html" -%}
{%- endcall %}
{% endblock %}