{% extends "settings/base.html" %} {% block subtitle %}Federation{% endblock %} {% block content %} {% for domain in domains %} {{ 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 %}
There are no federation links yet.