blag/theme-fred/templates/translations.html

7 lines
205 B
HTML
Raw Normal View History

2016-08-03 02:36:43 -04:00
{% if article.translations %}
Translations:
{% for translation in article.translations %}
<a href="{{ SITEURL }}/{{ translation.url }}">{{ translation.lang }}</a>
{% endfor %}
{% endif %}