{% extends "admin/base_main.html" %} {% load activity_tags %} {% block subtitle %}Federation{% endblock %} {% block settings_content %}
Import Blocklist
{% for domain in page_obj %} {% empty %} {% endfor %}
{{ domain.domain }} {{ domain.software }} {% if domain.blocked %} Blocked {% endif %} {{ domain.num_users }} identit{{ domain.num_users|pluralize:"y,ies" }}
{% if query %} There are no domains matching your query. {% else %} There are no federation links yet. {% endif %}
{% include "admin/_pagination.html" with nouns="domain,domains" %} {% endblock %}