aboutsummaryrefslogtreecommitdiffstats
path: root/sleepmap-theme/templates/translations.html
blob: f0a0fa2af3f9d3658064cc9984df7910b6c98b2d (plain)
1
2
3
4
5
6
{% if article.translations %}
Translations: 
    {% for translation in article.translations %}
        <a href="{{ SITEURL }}/{{ translation.url }}">{{ translation.lang }}</a>
    {% endfor %}
{% endif %}