theme/templates/translations.html@5ce5f3046c0b
theme/templates/translations.html
Wed, 12 Jul 2023 21:35:29 +0200
- author
- David Douard <david.douard@sdf3.org>
- date
- Wed, 12 Jul 2023 21:35:29 +0200
- changeset 149
- 5ce5f3046c0b
- parent 36
-
9507107a1133
- permissions
- -rw-r--r--
Add a blog entry for the Numworks N0110 repair
{% macro translations_for(article) %}
{% if article.translations %}
Translations:
{% for translation in article.translations %}
<a href="{{ SITEURL }}/{{ translation.url }}">{{ translation.lang }}</a>
{% endfor %}
{% endif %}
{% endmacro %}