{% 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 %}
{% endblock %}