diff --git a/themes/bootstrap2/templates/translations.html b/themes/bootstrap2/templates/translations.html
new file mode 100644
index 0000000000000000000000000000000000000000..d705533997d2952f48945c402699d26fb4231653
--- /dev/null
+++ b/themes/bootstrap2/templates/translations.html
@@ -0,0 +1,6 @@
+{% if article.translations %}
+Lang
+{% for translation in article.translations %}
+ {{ translation.lang }}
+{% endfor %}
+{% endif %}