diff --git a/data/web/templates/base.twig b/data/web/templates/base.twig
index 4d0a30251..87bdddab5 100644
--- a/data/web/templates/base.twig
+++ b/data/web/templates/base.twig
@@ -569,6 +569,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 %}