{% extends "admin/base_main.html" %} {% block subtitle %}{{ domain.domain }}{% endblock %} {% block settings_content %}
{% csrf_token %}

{{ domain }}

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