diff --git a/alchemy/templates/article.html b/alchemy/templates/article.html index 4ff9bf3..9fa242e 100644 --- a/alchemy/templates/article.html +++ b/alchemy/templates/article.html @@ -41,6 +41,14 @@ {% endfor %} {% endif %} + {% if article.translations %} +
  • + + {% for translation in article.translations %} + {{ translation.lang }} + {% endfor %} +
  • + {% endif %}