{% extends 'settings/layout.html' %} {% load i18n %} {% block title %}{% trans "Email Blocklist" %}{% endblock %} {% block header %}{% trans "Email Blocklist" %}{% endblock %} {% block edit-button %} {% trans "Add domain" as button_text %} {% include 'snippets/toggle/open_button.html' with controls_text="add_domain" icon_with_text="plus" text=button_text focus="add_domain_header" %} {% endblock %} {% block panel %} {% include 'settings/domain_form.html' with controls_text="add_domain" class="block" %}
{% trans "When someone tries to register with an email from this domain, no account will be created. The registration process will appear to have worked." %}
{% trans "Domain" as text %} {% include 'snippets/table-sort-header.html' with field="server_name" sort=sort text=text %} | {% trans "Options" %} |
---|---|
{{ domain.domain }} | {% trans "Delete" as button_text %} |