1
0
less-mnmlist/templates/translations.html
Mathieu Agopian 311886c41f mnmlist theme
2012-03-03 09:41:45 +01: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 %}