From c8cfe63aac73a92ae02354a5306ca5480808daff Mon Sep 17 00:00:00 2001 From: Hans-Peter Oeri Date: Thu, 25 Oct 2018 13:27:51 +0200 Subject: re-do site in schiedsstelle layout --- theme/cccevents/templates/translations.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 theme/cccevents/templates/translations.html (limited to 'theme/cccevents/templates/translations.html') diff --git a/theme/cccevents/templates/translations.html b/theme/cccevents/templates/translations.html new file mode 100644 index 0000000..5864095 --- /dev/null +++ b/theme/cccevents/templates/translations.html @@ -0,0 +1,8 @@ +{% macro translations_for(article) %} +{% if article.translations %} + + {% for translation in article.translations %} +
  • + {% endfor %} +{% endif %} +{% endmacro %} -- cgit v1.2.3