{% extends 'base.html.twig' %} {% block title %}{{ 'domain.show.title'|trans({'domain': entity }) }}{% endblock %} {% block body -%} {% for flashMessage in app.session.flashbag.get('notice') %}
{{ flashMessage|trans }}
{% endfor %} {% include 'Base/Box/_stats_row.html.twig' %}

{{ 'domain.basic.head'|trans }}

{% if entity.created != entity.updated %} {% endif %}
{{ 'domain.emails.label'|trans }} {{ 'domain.emails.show'|trans({'count': entity.boxesCount|format_number})|raw }} {{ 'box.create.button'|trans }} {{ 'redirect.create.button'|trans }}
{{ 'created.label'|trans }} {{ entity.created|date('Y-m-d') }}
{{ 'updated.label'|trans }} {{ entity.updated|date('Y-m-d') }}
{{ 'domain.dkim.label'|trans }} {% if entity.DKIMPrivateKey is not empty %}

{{ 'domain.dkim.selector_info'|trans({'selector': entity.DKIMSelector, 'updated': entity.DKIMUpdated|date('Y-m-d H:i:s')})|raw }}

{{ 'domain.dkim.dns'|trans }}:

{{ entity.DKIMSelector }}._domainkey.{{ entity.name }}. IN TXT "k=rsa; p={{ entity.DKIMPublicKey }}"


{% endif %}
{% if entity.DKIMPrivateKey is empty %} {% else %} {{ 'domain.dkim.delete'|trans }} {% endif %} {% if entity.DKIMPrivateKey is not empty %} {% endif %}
{{ 'domain.forwarding.label'|trans }} {{ entity.forward|bool_glyph }}{{ entity.forward ? (' → ' ~ entity.forwardDomain) }}
{{ 'domain.force_route.label'|trans }} {{ entity.forceRoute|bool_glyph }}{{ entity.forceRoute ? (' → ' ~ entity.forceRouteHost) }}
{{ 'domain.bin.label'|trans }} {{ entity.domainBin|bool_glyph }}{{ entity.domainBin ? (' → ' ~ entity.domainBinAddress) }}
{{ 'domain.custom_outbound.label'|trans }} {{ entity.customOutbound|bool_glyph }} {%- if entity.outboundIp %} • IP: {{ entity.outboundIp }} {% endif %} {% if entity.outboundEhlo %} • SMTP EHLO: {{ entity.outboundEhlo }} {% endif %}
{{ 'domain.storage_usage'|trans }} {{ 'loading'|trans }}
{{ 'domain.bimi.label'|trans }} {% if bimi_logo %} {% endif %} {% if bimi_cert %}
{{ 'domain.bimi.vmc.enabled'|trans }}
{% endif %} {% if not bimi_logo %}
{{ 'domain.bimi.disabled'|trans }}
{% endif %}
{{ 'domain.bimi.settings'|trans }}
{% if is_granted('ROLE_SUPER_ADMIN') %} {{ 'back.to_list'|trans }}   {{ 'domain.edit.button'|trans }} {{ form(delete_form, {'attr': {'onsubmit': 'return confirm("' ~ ('domain.delete.question'|trans) ~ '")'}}) }} {% endif %} {{ 'domain.diagnostics'|trans }} {% endblock %} {% block javascripts %} {% include 'Base/Box/_stats_js.html.twig' %} {% endblock %}