{% extends "base.html.twig" %} {% block title %}{{ 'dmarc.domain.title'|trans({'domain': domain}) }}{% endblock %} {% block body %}
{{ report.mtime|date('Y-m-d H:i:s') }} {% if report.mtime|date('Y-m-d') == 'now'|date('Y-m-d') %} ({{ 'dmarc.today'|trans }}) {% endif %} | {% if statuses[report.realPath] == 'fail' %} {% elseif statuses[report.realPath] == 'pass' %} {% else %} {% endif %} | {{ report.filename }} | {{ 'dmarc.show'|trans }} |
---|