monospace/templates/translations.html

7 lines
205 B
HTML
Raw Normal View History

2019-03-06 17:01:54 -05:00
{% if article.translations %}
Translations:
{% for translation in article.translations %}
<a href="{{ SITEURL }}/{{ translation.url }}">{{ translation.lang }}</a>
{% endfor %}
{% endif %}