{% extends 'settings/layout.html' %} {% load i18n %} {% block title %}{% trans "Email Blocklist" %}{% endblock %} {% block header %}{% trans "Email Blocklist" %}{% endblock %} {% block edit-button %} {% trans "Add domain" %} {% endblock %} {% block panel %} {% url 'settings-federation' as url %}
{% trans "Domain" as text %} {% include 'snippets/table-sort-header.html' with field="server_name" sort=sort text=text %} {% trans "Options" %}
gmail.com {% trans "Delete" as button_text %}
{% include 'snippets/pagination.html' with page=servers path=request.path %} {% endblock %}