{% extends "document.njk" %} {% from "heading/macro.njk" import heading with context %} {% from "card/macro.njk" import card with context %} {% from "prose/macro.njk" import prose with context %} {% from "pagination/macro.njk" import pagination with context %} {% block content %} {# Tab navigation — only show if there are pending requests #} {% if pendingCount > 0 %} {% set followersBase = mountPath + "/admin/followers" %} {% endif %} {% if tab == "pending" %} {# Pending follow requests #} {% if pendingFollows.length > 0 %} {% for pending in pendingFollows %}