{% load i18n %}
{% if not domain.enable_dns_checks or domain.uses_a_reserved_tld %}
{% trans "Disabled" context "checks" %}
{% elif domain.awaiting_checks %}
{% trans "Awaiting checks" %}
{% else %}
{% if enable_mx_checks %}
MX
{% endif %}
{% if enable_dnsbl_checks %}
DNSBL
{% endif %}
SPF
DKIM
DMARC
CONFIG
{% endif %}