aboutsummaryrefslogblamecommitdiffstats
path: root/graymill/templates/translations.html
blob: 30429a45fc7ce2b6a028de6b924869e9168a87b6 (plain) (tree)
1
2
3
4
5
6





                                                                                                             
{% if article.translations %}
    <span>Languages: </span>
    {% for translation in article.translations %}
	    <a href="{{ SITEURL }}/{{ translation.url }}"><i class="icon-edit"></i>{{ translation.lang }}</a>
    {% endfor %}
{% endif %}