- {% trans %}version.caption{% endtrans %}: {{ shivas_app_version }}
- {% if git_branch is not empty or git_commit is not empty %}
- ({{ git_branch ?? '' }}/{{ git_commit ?? '' }})
- {% endif %}
-
+ {% if settings_instance('customization').showVersionOnHomepage %}
+
+ {% trans %}version.caption{% endtrans %}: {{ shivas_app_version }}
+ {% if git_branch is not empty or git_commit is not empty %}
+ ({{ git_branch ?? '' }}/{{ git_commit ?? '' }})
+ {% endif %}
+
+ {% endif %}
{% if banner is not empty %}
diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf
index 7e2a816b..b7710f0c 100644
--- a/translations/messages.en.xlf
+++ b/translations/messages.en.xlf
@@ -13453,5 +13453,11 @@ Please note, that you can not impersonate a disabled user. If you try you will g
+
+
+ settings.system.customization.showVersionOnHomepage
+ Show Part-DB version on homepage
+
+