{% extends "settings/base.html" %} {% block subtitle %}{{ domain.domain }}{% endblock %} {% block content %}
{% csrf_token %}

{{ domain }}

Federation Controls {% include "forms/_field.html" with field=form.blocked %}
Back Delete
{% endblock %}