{% extends "settings/base.html" %} {% block subtitle %}Federation{% endblock %} {% block content %}
{% for domain in page_obj %} {{ domain.domain }} {{ domain.num_users }} remote identit{{ domain.num_users|pluralize:"y,ies" }} {% if domain.blocked %} Blocked {% endif %} {% empty %}

There are no federation links yet.

{% endfor %}
{% if page_obj.has_previous %} Previous Page {% endif %} {% if page_obj.has_next %} Next Page {% endif %}
{% endblock %}