From b942b44ec82d5f6d6f610699526928b96ced7f12 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Mon, 4 Jan 2021 14:25:51 +0100 Subject: [PATCH] display bounce during reply phase on alias log page --- app/dashboard/templates/dashboard/alias_log.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/app/dashboard/templates/dashboard/alias_log.html b/app/dashboard/templates/dashboard/alias_log.html index b26f75f5..5eb59d46 100644 --- a/app/dashboard/templates/dashboard/alias_log.html +++ b/app/dashboard/templates/dashboard/alias_log.html @@ -111,7 +111,6 @@ {% if log.bounced %} ⚠️ {% else %} - {% if log.is_reply %} {% elif log.blocked %} @@ -123,7 +122,7 @@ - {% if log.bounced %} + {% if log.bounced and not log.is_reply %}
{{ log.website_email }} @@ -131,6 +130,14 @@ {{ log.email_log.bounced_mailbox() }}
+ {% elif log.bounced and log.is_reply %} +
+ {{ log.email_log.bounced_mailbox() }} + + {{ log.alias }} + + {{ log.website_email }} +
{% else %}
{{ log.website_email }}