summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/translation-links.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/translation-links.html b/templates/translation-links.html
index c87f01a..6694c96 100644
--- a/templates/translation-links.html
+++ b/templates/translation-links.html
@@ -1,3 +1,5 @@
+{% set numtrans = translations | length %}
+{% if numtrans > 0 %}
<span class="translations">
{% for l in translations %}
{% if l.lang != lang %}
@@ -6,3 +8,4 @@
{% endif %}
{% endfor %}
</span>
+{% endif %}