theme/templates/translations.html@fb878b773377
theme/templates/translations.html
Sat, 19 Oct 2019 00:32:18 +0200
- author
- David Douard <david.douard@sdfa3.org>
- date
- Sat, 19 Oct 2019 00:32:18 +0200
- changeset 118
- fb878b773377
- parent 36
-
9507107a1133
- permissions
- -rw-r--r--
new post: fixing the Dell 2407
{% macro translations_for(article) %}
{% if article.translations %}
Translations:
{% for translation in article.translations %}
<a href="{{ SITEURL }}/{{ translation.url }}">{{ translation.lang }}</a>
{% endfor %}
{% endif %}
{% endmacro %}