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 }}