diff --git a/app/dashboard/templates/dashboard/alias_log.html b/app/dashboard/templates/dashboard/alias_log.html index 5cd8bfb4..3addc834 100644 --- a/app/dashboard/templates/dashboard/alias_log.html +++ b/app/dashboard/templates/dashboard/alias_log.html @@ -40,7 +40,7 @@ } .card-counter i { - font-size: 5em; + font-size: 2em; opacity: 0.2; } @@ -103,35 +103,41 @@
{% for log in logs %} -
+
+
{{ log.when | dt }} - {% if log.bounced %} ⚠️ {% endif %} +
+ {% if log.bounced %} + ⚠️ + {% else %} + + {% if log.is_reply %} + + {% elif log.blocked %} + + {% else %} + + {% endif %} + {% endif %} +
-
- {% if log.bounced %} + {% if log.bounced %} +
{{ log.website_email }} {{ log.alias }} {{ log.mailbox }} - {% else %} - {{ log.website_email }} +
+ {% else %} +
+ {{ log.website_email }} +
+ {% endif %} - - {% if log.is_reply %} - - {% elif log.blocked %} - - {% else %} - - {% endif %} - - {{ log.alias }} - {% endif %} -
{% endfor %}