diff --git a/InvenTree/templates/InvenTree/settings/plugin_settings.html b/InvenTree/templates/InvenTree/settings/plugin_settings.html
index dc243899b9..c9ee40ffd9 100644
--- a/InvenTree/templates/InvenTree/settings/plugin_settings.html
+++ b/InvenTree/templates/InvenTree/settings/plugin_settings.html
@@ -32,13 +32,17 @@
{% trans "Date" %} |
{{ plugin.pub_date }}{% include "clip.html" %} |
- {% if plugin.version %}
|
{% trans "Version" %} |
- {{ plugin.version }}{% include "clip.html" %} |
+
+ {% if plugin.version %}
+ {{ plugin.version }}{% include "clip.html" %}
+ {% else %}
+ {% trans 'no version information supplied' %}
+ {% endif %}
+ |
- {% endif %}
{% if plugin.website %}
|