diff --git a/data/web/templates/base.twig b/data/web/templates/base.twig
index 8ec8e4159..642d130a5 100644
--- a/data/web/templates/base.twig
+++ b/data/web/templates/base.twig
@@ -567,6 +567,14 @@ function recursiveBase64StrToArrayBuffer(obj) {
Build: {{ mailcow_info.git_commit_date }}
{% endif %}
+ {% if mailcow_cc_username and mailcow_info.mailcow_branch|lower == "legacy" and mailcow_info.version_tag|default %}
+
+ ⚰️🐮 + 🐋 = 💕
+ Legacy: {{ mailcow_info.version_tag }}
+
+ Build: {{ mailcow_info.git_commit_date }}
+
+ {% endif %}