diff --git a/templates/dmarc_reports/index.html.twig b/templates/dmarc_reports/index.html.twig index 3f99306..e7f91a3 100644 --- a/templates/dmarc_reports/index.html.twig +++ b/templates/dmarc_reports/index.html.twig @@ -12,7 +12,7 @@ {# #} {{ "Id"|trans }} {{ "Messages"|trans }} - {# {{ "Domain"|trans }} #} + {{ "Domain"|trans }} {{ "Date"|trans }} {{ "Reporter"|trans }} {{ "SPF"|trans }} @@ -29,7 +29,7 @@ {% if app.user in report.seen %}{% else %}{% endif %} {{ report.dmarc_records.count }} - {# {{ report.domain.fqdn }} #} + {{ report.domain.fqdn }} {{ report.begintime|date("d-M-Y H:i:s") }} {{ report.organisation }} {% set dkim_pass_count = 0 %} diff --git a/templates/smtptls_reports/index.html.twig b/templates/smtptls_reports/index.html.twig index 4f3fd16..0cd0638 100644 --- a/templates/smtptls_reports/index.html.twig +++ b/templates/smtptls_reports/index.html.twig @@ -12,7 +12,7 @@ {# #} {{ "Id"|trans }} {{ "Messages"|trans }} - {# {{ "Domain"|trans }} #} + {{ "Domain"|trans }} {{ "Date"|trans }} {{ "Reporter"|trans }} {{ "Policy"|trans }} @@ -29,7 +29,7 @@ {% if app.user in report.seen %}{% else %}{% endif %} {{ report.smtptls_policies.count }} - {# {{ report.domain.fqdn }} #} + {{ report.domain.fqdn }} {{ report.begintime|date("d-M-Y H:i:s") }} {{ report.organisation }} {% set successfulcount = 0 %}