diff --git a/themes/varia/templates/article.html b/themes/varia/templates/article.html index e68022f0e3..4e378fc141 100644 --- a/themes/varia/templates/article.html +++ b/themes/varia/templates/article.html @@ -50,7 +50,13 @@ {% if article.translations %}
{% for translation in article.translations %} - {{ translation.lang }} + {% if translation.lang == 'nl' %} + Lees dit artikel in het Nederlands + {% endif%} + + {% if translation.lang == 'en' %} + Read this article in English + {% endif%} {% endfor %}
{% endif %}