{% extends 'base.html.twig' %} {% block title %}{{ 'domain.show.title'|trans({'domain': entity }) }}{% endblock %} {% block body -%} {% for flashMessage in app.session.flashbag.get('notice') %}
{{ '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 %} |
{{ '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 %}
{{ 'domain.bimi.vmc.enabled'|trans }}
{% endif %}
{% if not bimi_logo %}
{{ 'domain.bimi.disabled'|trans }}
{% endif %}
|