theme/templates/translations.html@64a7d3e2b2a8
theme/templates/translations.html
Sun, 26 Jun 2016 01:32:13 +0200
- author
- David Douard <david.douard@logilab.fr>
- date
- Sun, 26 Jun 2016 01:32:13 +0200
- changeset 63
- 64a7d3e2b2a8
- parent 36
-
9507107a1133
- permissions
- -rw-r--r--
[hp34970a] poc of an arduino display
{% macro translations_for(article) %}
{% if article.translations %}
Translations:
{% for translation in article.translations %}
<a href="{{ SITEURL }}/{{ translation.url }}">{{ translation.lang }}</a>
{% endfor %}
{% endif %}
{% endmacro %}