diff --git a/data/web/templates/base.twig b/data/web/templates/base.twig
index 37c27e21..ba0810a1 100644
--- a/data/web/templates/base.twig
+++ b/data/web/templates/base.twig
@@ -477,13 +477,20 @@ function recursiveBase64StrToArrayBuffer(obj) {
{% if ui_texts.ui_footer %}
{{ ui_texts.ui_footer|rot13|raw }}
{% endif %}
- {% if mailcow_cc_username and mailcow_info.version_tag|default %}
+ {% if mailcow_cc_username and mailcow_info.mailcow_build|lower == "stable" and mailcow_info.version_tag|default %}
🐮 + 🐋 = 💕
-
- Version: {{ mailcow_info.version_tag }}
+ Version: {{ mailcow_info.version_tag }}
+ {% endif %}
+ {% if mailcow_cc_username and mailcow_info.mailcow_build|lower == "nightly" and mailcow_info.version_tag|default %}
+
+ 🛠️🐮 + 🐋 = 💕
+ Nightly: {{ mailcow_info.version_tag }}
+
+ Build: {{ mailcow_info.git_commit_date }}
+
{% endif %}