Files
.com/theme/templates/translations.html
Kenneth Reitz 2d032d4c53 old theme again
2011-04-06 08:06:09 -04:00

7 lines
205 B
HTML

{% if article.translations %}
Translations:
{% for translation in article.translations %}
<a href="{{ SITEURL }}/{{ translation.url }}">{{ translation.lang }}</a>
{% endfor %}
{% endif %}