From 831963f60353072f28f537a7bca534340f489535 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Thu, 12 Oct 2017 15:14:11 +0200 Subject: Renaming theme to 'crumbs' because...kookies...hahaha yes I'm funny! --- crumbs/templates/translations.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 crumbs/templates/translations.html (limited to 'crumbs/templates/translations.html') diff --git a/crumbs/templates/translations.html b/crumbs/templates/translations.html new file mode 100755 index 0000000..f40a187 --- /dev/null +++ b/crumbs/templates/translations.html @@ -0,0 +1,8 @@ +{% macro translations_for(article) %} +{% if article.translations %} +Translations: +{% for translation in article.translations %} +{{ translation.lang }} +{% endfor %} +{% endif %} +{% endmacro %} \ No newline at end of file -- cgit v1.2.3