{% include "headitem.html.twig" with {title: "GENERAL_ADMIN_TITLE"|translate} %} {% include "@d3mailconfigchecker/admin/inc/bootstrap.html.twig" %}
{{ oViewConf.getHiddenSid()|raw }}
{% if success %}
{{ translate({ ident: "D3_MAILCHECKER_SMTPCHECK_SUCCESS" }) }}
{% endif %}

{{ translate({ ident: "D3_MAILCHECKER_SMTPCHECK_DESC1" }) }}

{{ translate({ ident: "D3_MAILCHECKER_SMTPCHECK_DESC2" }) }}

{{ translate({ ident: "D3_MAILCHECKER_SMTPCHECK_DESC3" }) }}

{{ oViewConf.getHiddenSid()|raw }}
{% for action, logItems in smtpLog %}
{{ loop.index }} - {{ action }}
    {% for logItem in logItems %}
  • {{ logItem }}
  • {% endfor %}
{% endfor %}
{% include "bottomnaviitem.html.twig" %} {% include "bottomitem.html.twig" %}