{%- extends "base.html" %} {%- block title %} {% trans %}Domain details{% endtrans %} {%- endblock %} {%- block subtitle %} {{ domain.name }} {%- endblock %} {%- block main_action %} {%- if current_user.global_admin %} {%- if domain.dkim_publickey %} {% trans %}Regenerate keys{% endtrans %} {%- else %} {% trans %}Generate keys{% endtrans %} {%- endif %} {%- endif %} {%- endblock %} {%- block content %} {%- call macros.table(datatable=False) %}
{{ domain.dns_mx }}{{ domain.dns_spf }}
{{ domain.dkim_publickey }}{{ domain.dns_dkim }}{{ domain.dns_dmarc }}
{{ macros.clip("dns_dmarc_report") }}{{ domain.dns_dmarc_report }}
{{ tlsa_record }}
{%- for line in domain.dns_autoconfig %}
{{ line }}
{%- endfor -%}